|
@@ -103,6 +103,7 @@
|
|
|
console.log('this.userInfo',this.userInfo);
|
|
|
}else{
|
|
|
this.userInfo = [];
|
|
|
+ this.openPage('pages/login/login');
|
|
|
};
|
|
|
|
|
|
},
|
|
@@ -128,6 +129,11 @@
|
|
|
this.$u.vuex('vuex_hasLogin', false);
|
|
|
this.userInfo = [];
|
|
|
this.theRoad = [];
|
|
|
+ this.$refs.uToast.show({
|
|
|
+ title: '退出成功,即将跳转登录页!',
|
|
|
+ type: 'success',
|
|
|
+ url:'pages/login/login'
|
|
|
+ });
|
|
|
// this.$u.route(-1);
|
|
|
},
|
|
|
handleGetIndex(roadNo){
|