@@ -386,7 +386,9 @@
},
loginOUt() {
this.utils.loginOut();
- //this.getUserInfo();
+ uni.navigateTo({
+ url: '/pages/auth/login'
+ })
}