+
liuyg
2021-12-16 ae5e8203a6008119d57453d3ae3833e9b541b7c4
src/store/getters.js
@@ -2,7 +2,8 @@
let mobile = {
    mviewer: state => state.mobile.mviewer,
    mBigPopup: state => state.mobile.mBigPopup,
    mBigPopupAfter: state => state.mobile.mBigPopupAfter
    mBigPopupAfter: state => state.mobile.mBigPopupAfter,
    iconHide: state => state.mobile.iconHide
}
const getters = {
    ...mobile,