src/store/modules/mobile.js @@ -4,7 +4,6 @@ }, mutations: { MSET_VIEWER(state, viewer) { // console.log(viewer, 456) state.mviewer = viewer } },