调整金民跳转的逻辑控制
This commit is contained in:
@@ -29,6 +29,7 @@ export default {
|
|||||||
uni.showLoading()
|
uni.showLoading()
|
||||||
this.$http.post("/app/wxcp/portal/hljJmgcLogin", null, {
|
this.$http.post("/app/wxcp/portal/hljJmgcLogin", null, {
|
||||||
withoutToken: true,
|
withoutToken: true,
|
||||||
|
alwaysReturn: true,
|
||||||
params: {code}
|
params: {code}
|
||||||
}).then(res => {
|
}).then(res => {
|
||||||
const token = res?.data?.data?.["TA-JTOKEN"]
|
const token = res?.data?.data?.["TA-JTOKEN"]
|
||||||
|
|||||||
Reference in New Issue
Block a user