From cbde2b4fb938ce62c204390544c52935906c8962 Mon Sep 17 00:00:00 2001 From: lixuliang <lixuliang_hd@126.com> Date: 星期二, 09 一月 2024 18:59:29 +0800 Subject: [PATCH] 11 --- src/store/index.js | 34 +++++++++++++++++++++++++++------- 1 files changed, 27 insertions(+), 7 deletions(-) diff --git a/src/store/index.js b/src/store/index.js index 03671e0..811de59 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -34,11 +34,25 @@ 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, + isShowImgUpDate: false, + isshowGrid: false, + isShowVideo: false, + isshowBatchGrid: false, + batchGridArr: [], }, mutations: { selectedLayer(state, b) { @@ -91,12 +105,18 @@ 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; + }, + setImgUpdate(state, b) { + state.isShowImgUpDate = b; + }, // 瀹氫箟宸ョ▼鏍戞暟鎹� setTreeData(state, data = []) { ergodicNode(data); -- Gitblit v1.9.3