调整金民跳转的逻辑控制

This commit is contained in:
aixianling
2023-02-24 11:22:14 +08:00
parent bad2182cab
commit 88ce7fb03d

View File

@@ -29,6 +29,7 @@ export default {
uni.showLoading()
this.$http.post("/app/wxcp/portal/hljJmgcLogin", null, {
withoutToken: true,
alwaysReturn: true,
params: {code}
}).then(res => {
const token = res?.data?.data?.["TA-JTOKEN"]