重新登陆
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user