调整金民跳转的逻辑控制
This commit is contained in:
@@ -34,7 +34,7 @@ export default {
|
||||
const token = res?.data?.data?.["TA-JTOKEN"]
|
||||
if (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())
|
||||
} else this.getCode();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user