diff --git a/src/components/utils/modules.js b/src/components/utils/modules.js index 5e3d997..2486c22 100644 --- a/src/components/utils/modules.js +++ b/src/components/utils/modules.js @@ -97,7 +97,7 @@ export const user = { uni.navigateTo({url: modulePath}); } else if (checkType == 4) { if (!token) { - return dispatch('autoLogin').then(() => dispatch('authCheck', { checkType, modulePath })); + return dispatch('autoLogin', { loginWay: 'qujing' }).then(() => dispatch('authCheck', { checkType, modulePath })); } if (!userInfo.areaId) { return uni.showModal({