diff --git a/src/views/modules/visual/basicinfo/basicInfoMain.vue b/src/views/modules/visual/basicinfo/basicInfoMain.vue index 4e23dc15a..10f44d0af 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 610d11924..35664c135 100644 --- a/src/views/modules/visual/communityGovern/fivelayers/mapIndex.vue +++ b/src/views/modules/visual/communityGovern/fivelayers/mapIndex.vue @@ -1638,7 +1638,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 f85284f83..b5120de89 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 23248fd2f..9a1097cd7 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 } },