From c9af3b14087191694e089dbd89072afcb5ef7e40 Mon Sep 17 00:00:00 2001 From: wangrui <zephyrs0894@163.com> Date: 星期三, 30 十二月 2020 09:13:32 +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