金民工程向黑龙江民政厅调整完毕

This commit is contained in:
2023-02-23 14:32:42 +08:00
parent 6062e5e980
commit 51eda5b880

View File

@@ -31,11 +31,10 @@ export default {
}).then(res => { }).then(res => {
const token = res?.data?.data?.["TA-JTOKEN"] const token = res?.data?.data?.["TA-JTOKEN"]
if (token) { if (token) {
// location.replace() location.replace(`https://mzt.hlj.gov.cn/app/ljmz_app_qywx?token=${token}`)
} } else this.err = "error"
}).catch(() => this.err = "error") }).catch(() => this.err = "error")
} else this.getCode(); } else this.getCode();
} }
}, },
onShow() { onShow() {