From 9e05dfc9ada42db45ed37dfcc79f3754cd972747 Mon Sep 17 00:00:00 2001
From: 徐旺旺 <11530253@qq.com>
Date: 星期二, 05 一月 2021 11:40:25 +0800
Subject: [PATCH] 顶部表单

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

diff --git a/src/store/index.js b/src/store/index.js
index e174d05..5628136 100644
--- a/src/store/index.js
+++ b/src/store/index.js
@@ -2,6 +2,7 @@
 import Vue from 'vue'
 import Vuex from 'vuex'
 import app from './app'
+import mapConfig from '../conf/MapConfig'
 
 Vue.use(Vuex)
 
@@ -20,6 +21,9 @@
 
     showServiceLayerFilter: false, // Service鍥惧眰杩囨护鍣�
     selectedServiceLayer: '', // 浣跨敤杩囨护鍣ㄦ椂锛岃鎵撳紑鐨刉MS鏈嶅姟鐨凜ODE
+    serviceLayerFilters: {}, // 鏈嶅姟鍥惧眰鎺у埗杩囨护閰嶇疆
+
+    mapConfig : mapConfig
   },
   mutations: {
     setMapObj(state, mObject) {

--
Gitblit v1.8.0