|
@@ -448,7 +448,7 @@ export default {
|
|
|
},
|
|
|
});
|
|
|
uni.setStorageSync('loadData', '');
|
|
|
- if (this.$store.state.isLogin === '3') {
|
|
|
+ if (this.$store.state.isLogin === 'loginDenied') {
|
|
|
this.$router.push({ path: 'login' });
|
|
|
return;
|
|
|
}
|
|
@@ -466,7 +466,7 @@ export default {
|
|
|
},
|
|
|
});
|
|
|
uni.setStorageSync('loadData', '');
|
|
|
- if (this.$store.state.isLogin === '3') {
|
|
|
+ if (this.$store.state.isLogin === 'loginDenied') {
|
|
|
this.$router.push({ path: 'login' });
|
|
|
return;
|
|
|
}
|
|
@@ -520,7 +520,7 @@ export default {
|
|
|
},
|
|
|
});
|
|
|
uni.setStorageSync('loadData', '');
|
|
|
- if (this.$store.state.isLogin === '3') {
|
|
|
+ if (this.$store.state.isLogin === 'loginDenied') {
|
|
|
this.$router.push({ path: 'login' });
|
|
|
return;
|
|
|
}
|