重新登陆

This commit is contained in:
shijingjing
2023-03-21 10:35:37 +08:00
parent 2c69fc946b
commit 9f6f44812e

View File

@@ -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({