1
xuxueyang
2024-07-10 9db7f50fc06ff4f1b6638cbddb066726cb986775
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 || {}