src/store/index.js
@@ -53,6 +53,9 @@ isShowVideo: false, isshowBatchGrid: false, batchGridArr: [], isShowMenuCount:false, isireamUrl:null, isBatchGridArr:false, }, mutations: { selectedLayer(state, b) { @@ -114,6 +117,9 @@ setMenuQuery(state, b) { state.isShowMenuQuery = b; }, setMenuCount(state, b) { state.isShowMenuCount = b; }, setImgUpdate(state, b) { state.isShowImgUpDate = b; },