From b08454514a15dd66c33ce7ec54da48825545ddde Mon Sep 17 00:00:00 2001 From: 徐旺旺 <11530253@qq.com> Date: 星期一, 04 一月 2021 18:10:48 +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