重新登陆
This commit is contained in:
@@ -97,7 +97,7 @@ export const user = {
|
|||||||
uni.navigateTo({url: modulePath});
|
uni.navigateTo({url: modulePath});
|
||||||
} else if (checkType == 4) {
|
} else if (checkType == 4) {
|
||||||
if (!token) {
|
if (!token) {
|
||||||
return dispatch('autoLogin').then(() => dispatch('authCheck', { checkType, modulePath }));
|
return dispatch('autoLogin', { loginWay: 'qujing' }).then(() => dispatch('authCheck', { checkType, modulePath }));
|
||||||
}
|
}
|
||||||
if (!userInfo.areaId) {
|
if (!userInfo.areaId) {
|
||||||
return uni.showModal({
|
return uni.showModal({
|
||||||
|
|||||||
Reference in New Issue
Block a user