From cd66cc40d94e0f0845334fd15690cb93c7d50ad1 Mon Sep 17 00:00:00 2001
From: 徐旺旺 <11530253@qq.com>
Date: 星期二, 29 十二月 2020 11:13:49 +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