1
xuxueyang
2024-07-08 a72add8a584fc017da11b6f6e05a749ad7f2f4f7
mixin/mixin.js
@@ -13,7 +13,7 @@
            return state.hasLogin || false
         },
         selftype: state => {
            return state.type || ''
            return (state.currentInfo || {}).type || ''
         },
         currentInfo: state => {
            return state.currentInfo || {}