From 8f85627f215bd0ee61db7a35ca9a83eaca1e892c Mon Sep 17 00:00:00 2001
From: surprise <15810472099@163.com>
Date: 星期三, 10 一月 2024 15:42:34 +0800
Subject: [PATCH] 代码更新

---
 src/store/index.js |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/src/store/index.js b/src/store/index.js
index 811de59..8656af0 100644
--- a/src/store/index.js
+++ b/src/store/index.js
@@ -53,6 +53,8 @@
     isShowVideo: false,
     isshowBatchGrid: false,
     batchGridArr: [],
+    isShowMenuCount:false,
+    isireamUrl:null,
   },
   mutations: {
     selectedLayer(state, b) {
@@ -114,6 +116,9 @@
     setMenuQuery(state, b) {
       state.isShowMenuQuery = b;
     },
+    setMenuCount(state, b) {
+      state.isShowMenuCount = b;
+    },
     setImgUpdate(state, b) {
       state.isShowImgUpDate = b;
     },

--
Gitblit v1.9.3