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