+
liuyg
2021-12-15 b7c39e4ccd65249dc385d76d08ed59834f83ad97
src/store/modules/mobile.js
@@ -1,10 +1,19 @@
const mobile = {
    state: {
        mviewer: null
        mviewer: null,
        mBigPopup: false,
        mBigPopupAfter: false,
        ips: ''
    },
    mutations: {
        MSET_VIEWER(state, viewer) {
            state.mviewer = viewer
        },
        MSET_BIGPOPUP(state, viewer) {
            state.mBigPopup = viewer
        },
        MSET_BIGPOPUPAFTER(state, viewer) {
            state.mBigPopupAfter = viewer
        }
    },
    actions: {