From 33bba514ed04b6892763eafcd8eb2280a1904b96 Mon Sep 17 00:00:00 2001 From: jiangyy Date: Thu, 30 Dec 2021 15:38:07 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9C=B0=E5=9B=BE=E7=BC=A9=E6=94=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/visual/components/screen-map/index.vue | 6 +++--- src/views/modules/workSys/mapConfig.vue | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/views/modules/visual/components/screen-map/index.vue b/src/views/modules/visual/components/screen-map/index.vue index 96348b46..f33f095f 100644 --- a/src/views/modules/visual/components/screen-map/index.vue +++ b/src/views/modules/visual/components/screen-map/index.vue @@ -450,11 +450,11 @@ const vueGis = { //根据组织层级设置缩放级别 setZoom (level) { if (level === 'district') { - this.zoom = 12 + this.zoom = 11 } else if (level === 'street') { - this.zoom = 13 + this.zoom = 12 } else if (level === 'community') { - this.zoom = 14 + this.zoom = 13 } }, diff --git a/src/views/modules/workSys/mapConfig.vue b/src/views/modules/workSys/mapConfig.vue index 5853ab39..d60f7930 100644 --- a/src/views/modules/workSys/mapConfig.vue +++ b/src/views/modules/workSys/mapConfig.vue @@ -390,11 +390,11 @@ const vueGis = { //根据组织层级设置缩放级别 setZoom (agencyLevel) { if (agencyLevel === 'district') { - this.zoom = 13 + this.zoom = 12 } else if (agencyLevel === 'street') { - this.zoom = 14 + this.zoom = 13 } else if (agencyLevel === 'community') { - this.zoom = 15 + this.zoom = 14 } },