From d3208016fbb567fb55186e0275fdd1b421ee3e0d Mon Sep 17 00:00:00 2001
From: Surpriseplus <845948745@qq.com>
Date: 星期五, 04 十一月 2022 09:45:57 +0800
Subject: [PATCH] 综合展示空间查询

---
 src/store/index.js |   14 +++++++++++---
 1 files changed, 11 insertions(+), 3 deletions(-)

diff --git a/src/store/index.js b/src/store/index.js
index c12a22d..289c5a0 100644
--- a/src/store/index.js
+++ b/src/store/index.js
@@ -28,15 +28,23 @@
     ws: null,
     //鏉冮檺鍚堥泦
     permsEntity: [],
-    currentPerms: "",
+    currentPerms: '',
+    //缁煎悎灞曠ず
+    syntiesis: {},
+    mapMenuBoolean: false,
+    mapPopBoolean: false,
+    mapPopBoxFlag: null,
+    mapMenuBoxFlag: null,
+    mapSpaceQueryLayer: null,
+    mapMenuShpFile: null,
   },
   mutations: {
     //鑾峰彇鏉冮檺鍚堥泦
     getPermsEntity(state, msg) {
-      state.permsEntity = msg
+      state.permsEntity = msg;
     },
     currentPerms(state, msg) {
-      state.currentPerms = msg
+      state.currentPerms = msg;
     },
     // 鑾峰彇瀹屾暣闈㈠寘灞戣矾寰�
     changeCata(state, msg) {

--
Gitblit v1.9.3