修一下

This commit is contained in:
2025-06-20 16:59:15 +08:00
parent 7a066b3026
commit 9b2f38e5cb
7 changed files with 115 additions and 27 deletions

View File

@ -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: {