From 2cbbc0e4c0357260f370c47365810608c19131c9 Mon Sep 17 00:00:00 2001 From: surprise <15810472099@163.com> Date: 星期一, 01 四月 2024 09:31:56 +0800 Subject: [PATCH] 代码更新 --- src/store/index.js | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/src/store/index.js b/src/store/index.js index 0fd9f4b..6546a8b 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -78,6 +78,14 @@ isProjectLayer: [], pigCode: null, listenTime: null, + //鍦拌〃鍙樺舰 + surfaceDeForm: { + falg: false, + gid: null, + val: null + }, + setChangeBaseMap:true, + showThematicFlag:false, }, mutations: { UPDATE_LISTEN_TIME(state, msg) { -- Gitblit v1.9.3