调整金民跳转的逻辑控制
This commit is contained in:
@@ -34,7 +34,7 @@ export default {
|
|||||||
const token = res?.data?.data?.["TA-JTOKEN"]
|
const token = res?.data?.data?.["TA-JTOKEN"]
|
||||||
if (token) {
|
if (token) {
|
||||||
location.replace(`https://mzt.hlj.gov.cn/app/ljmz_app_qywx?token=${token}`)
|
location.replace(`https://mzt.hlj.gov.cn/app/ljmz_app_qywx?token=${token}`)
|
||||||
} else this.err = "error"
|
} else location.replace(`https://mzt.hlj.gov.cn/app/ljmz_app_qywx`)
|
||||||
}).catch(() => this.err = "error").finally(() => uni.hideLoading())
|
}).catch(() => this.err = "error").finally(() => uni.hideLoading())
|
||||||
} else this.getCode();
|
} else this.getCode();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user