From 87e98d5b5efeb7a9cf6330ae03e6dd53699b7ef1 Mon Sep 17 00:00:00 2001 From: surprise <15810472099@163.com> Date: 星期一, 15 一月 2024 17:10:25 +0800 Subject: [PATCH] 代码更新 --- src/store/index.js | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/src/store/index.js b/src/store/index.js index 811de59..d6d9e72 100644 --- a/src/store/index.js +++ b/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; }, -- Gitblit v1.9.3