From e8bcc8ff69702b8c2ba123981a45e668cf95a01b Mon Sep 17 00:00:00 2001
From: wangrui <zephyrs0894@163.com>
Date: 星期五, 25 十二月 2020 16:17:35 +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