清理下打印

This commit is contained in:
2023-02-23 17:53:47 +08:00
parent 0d743eb0e2
commit 4f122e03d4

View File

@@ -31,7 +31,6 @@ 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"