You've already forked guangan-mp
修一下
This commit is contained in:
@ -56,9 +56,11 @@
|
||||
},
|
||||
onShow() {
|
||||
const userInfo = TaCache.get('auth.user');
|
||||
if (userInfo) {
|
||||
if (userInfo && userInfo.id) {
|
||||
this.userInfo = userInfo;
|
||||
this.isLogin = true;
|
||||
} else {
|
||||
this.goLogin()
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
|
Reference in New Issue
Block a user