From 7e6b37afd1295c71bca1de595426330aff88420d Mon Sep 17 00:00:00 2001 From: surprise <15810472099@163.com> Date: 星期一, 08 一月 2024 09:55:53 +0800 Subject: [PATCH] 代码提交 --- src/store/index.js | 26 +++++++++++++++++++------- 1 files changed, 19 insertions(+), 7 deletions(-) diff --git a/src/store/index.js b/src/store/index.js index 03671e0..a9bfbde 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -34,11 +34,20 @@ selectedLayers: [], userId: "", userName: "", - showModelFlag:false,//妯″瀷娣诲姞缂栬緫 - isShowLayer:false, - addModelFlag:false, - addModelLayer:null, - isShowEditLayer:false, + showModelFlag: false,//妯″瀷娣诲姞缂栬緫 + isShowLayer: false, + addModelFlag: false, + addModelLayer: null, + isShowEditLayer: false, + showMessageInfo: false, + isMeasureFlag: false, + measureCoordObj: null, + isShowMeasureCoord: false, + isShowMenuQuery:false, + isQueryFalag:false, + isQyeryCoord:null, + showZhaiHaiImg:null, + isshowZhaiHai:false, }, mutations: { selectedLayer(state, b) { @@ -91,12 +100,15 @@ state.showSetting = b; console.log(b) }, - showModelBox(state,b){ + showModelBox(state, b) { state.showModelFlag = b; }, - showSceneBox(state,b){ + showSceneBox(state, b) { state.isShowLayer = !state.isShowLayer; }, + setMenuQuery(state, b) { + state.isShowMenuQuery = b; + }, // 瀹氫箟宸ョ▼鏍戞暟鎹� setTreeData(state, data = []) { ergodicNode(data); -- Gitblit v1.9.3