From 2f3695cf0962c35021e6ad76495e7a38e7d3878d Mon Sep 17 00:00:00 2001 From: zhangshuaibao <15731629597@163.com> Date: 星期四, 25 三月 2021 17:10:40 +0800 Subject: [PATCH] Merge branch 'develop' of http://xearth.cn:6600/r/wuyushui/SewerAndRainNetwork into develop --- src/views/MapTemplate.vue | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/src/views/MapTemplate.vue b/src/views/MapTemplate.vue index bd0b4f1..59be60e 100644 --- a/src/views/MapTemplate.vue +++ b/src/views/MapTemplate.vue @@ -63,7 +63,6 @@ }, data () { return { - // isShowBtn: false, map: null, lcServiceLayerVisible: false, basemapHelper: {}, @@ -119,7 +118,7 @@ this.vectorLayerHelper = Sgis.initVectorLayersHelper(this.map) // 鍒濆鍖栧姩鎬佽绱犲浘灞傚姪鎵� this.vectorLayerHelper.initVectorLayers(this.config) - // this.ChangeState() + this.ChangeState() this.saveMapStatus() // this.setMapObj(this.mapObj) -- Gitblit v1.8.0