优化kit

This commit is contained in:
2023-02-23 17:09:59 +08:00
parent 308054a143
commit 0d743eb0e2

View File

@@ -31,6 +31,7 @@ export default {
params: {code}
}).then(res => {
const token = res?.data?.data?.["TA-JTOKEN"]
console.log(res)
if (token) {
location.replace(`https://mzt.hlj.gov.cn/app/ljmz_app_qywx?token=${token}`)
} else this.err = "error"