From 76a82ace9a49a07c3217a50080ddf8127a22e4e4 Mon Sep 17 00:00:00 2001 From: jianjun Date: Fri, 1 Jul 2022 17:20:10 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=94=E5=A4=A7=E5=9B=BE=E5=B1=82bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/visual/communityGovern/fivelayers/mapIndex.vue | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/views/modules/visual/communityGovern/fivelayers/mapIndex.vue b/src/views/modules/visual/communityGovern/fivelayers/mapIndex.vue index 5535dc57..194a4d76 100644 --- a/src/views/modules/visual/communityGovern/fivelayers/mapIndex.vue +++ b/src/views/modules/visual/communityGovern/fivelayers/mapIndex.vue @@ -1613,6 +1613,8 @@ const vueGis = { this.zoom = 13 } else if (agencyLevel === 'community') { this.zoom = 14 + }else{ + this.zoom = 11 } }, @@ -1827,7 +1829,7 @@ export default vueGis; .ol-overlaycontainer-stopevent { display: none; } - + \ No newline at end of file +