From d91f0dfcd2ef95fb3624d94ade24fe69a9169a58 Mon Sep 17 00:00:00 2001
From: 13693261870 <252740454@qq.com>
Date: 星期日, 04 二月 2024 15:15:00 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.20.92:8888/r/P2022036_Web2

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

diff --git a/src/store/index.js b/src/store/index.js
index c700f62..c2817f0 100644
--- a/src/store/index.js
+++ b/src/store/index.js
@@ -9,6 +9,7 @@
 
 export default new Vuex.Store({
   state: {
+    oldTree: null,
     catalogueName: '',
     cataNode: {},
     lang: 'zh',
@@ -37,6 +38,10 @@
     mapMenuBoxFlag: null,
     mapSpaceQueryLayer: null,
     mapMenuShpFile: null,
+    propertiesFlag: null,
+    propertiesName: null,
+    propertiesInfo: null,
+    pickUpPointInfo: null,
 
     //涓婚鍒囨崲
     theme: variables.theme,
@@ -57,9 +62,34 @@
     isNaviget: false,
     treeData: null,
     checkedKeys: [],
-    queryInfo:[],
+    queryInfo: [],
+    Map3: [],
+    histogramLayer: [],
+    attachModel: false,
+    attachinfo: null,
+    catModel: false,
+    catModelInfo: null,
+    showPopBoxFlag: false,
+    pickoption: null,
+    previewLayer: null,
+    histLenged: false,
+    setAlphaDity: null,
+    setAlphaList: [],
+    isProjectLayer: [],
+    pigCode: null,
+    listenTime: null,
+    //鍦拌〃鍙樺舰
+    surfaceDeForm: {
+      falg: false,
+      gid: null,
+      val: null
+    },
+    setChangeBaseMap:true,
   },
   mutations: {
+    UPDATE_LISTEN_TIME(state, msg) {
+      state.listenTime = msg;
+    },
     //鑾峰彇鏉冮檺鍚堥泦
     getPermsEntity(state, msg) {
       state.permsEntity = msg;

--
Gitblit v1.9.3