调整微信小程序的报错。

This commit is contained in:
cst61
2026-02-01 09:49:48 +08:00
parent cc01c4dc47
commit 802ffbb2f3
454 changed files with 62476 additions and 45 deletions

View File

@@ -253,10 +253,10 @@
},
computed: {
userInfo() {
return store.userInfo
return store.userInfo || {}
},
hasLogin(){
return store.hasLogin
return store.hasLogin || false
},
// #ifdef APP-PLUS
appVersion() {