diff --git a/src/views/modules/visual/basicinfo/basicInfoMain.vue b/src/views/modules/visual/basicinfo/basicInfoMain.vue index 4e23dc15..10f44d0a 100644 --- a/src/views/modules/visual/basicinfo/basicInfoMain.vue +++ b/src/views/modules/visual/basicinfo/basicInfoMain.vue @@ -783,7 +783,7 @@ const vueGis = { } else if (agencyLevel === 'community') { this.zoom = 14 } else { - this.zoom = 12 + this.zoom = 11 } }, diff --git a/src/views/modules/visual/communityGovern/fivelayers/mapIndex.vue b/src/views/modules/visual/communityGovern/fivelayers/mapIndex.vue index 6e2f0771..fc6779d7 100644 --- a/src/views/modules/visual/communityGovern/fivelayers/mapIndex.vue +++ b/src/views/modules/visual/communityGovern/fivelayers/mapIndex.vue @@ -1614,7 +1614,7 @@ const vueGis = { } else if (agencyLevel === 'community') { this.zoom = 14 } else { - this.zoom = 12 + this.zoom = 11 } }, diff --git a/src/views/modules/visual/components/screen-map/index.vue b/src/views/modules/visual/components/screen-map/index.vue index f85284f8..b5120de8 100644 --- a/src/views/modules/visual/components/screen-map/index.vue +++ b/src/views/modules/visual/components/screen-map/index.vue @@ -628,7 +628,7 @@ const vueGis = { } else if (level === 'community') { this.zoom = 14 } else { - this.zoom = 12 + this.zoom = 11 } }, diff --git a/src/views/modules/workSys/mapConfig.vue b/src/views/modules/workSys/mapConfig.vue index 23248fd2..9a1097cd 100644 --- a/src/views/modules/workSys/mapConfig.vue +++ b/src/views/modules/workSys/mapConfig.vue @@ -623,7 +623,7 @@ const vueGis = { } else if (agencyLevel === 'community') { this.zoom = 14 } else { - this.zoom = 12 + this.zoom = 11 } },