Browse Source

地图zoom

master
jiangyy 3 years ago
parent
commit
3fd8759694
  1. 2
      src/views/modules/visual/basicinfo/basicInfoMain.vue
  2. 2
      src/views/modules/visual/communityGovern/fivelayers/mapIndex.vue
  3. 2
      src/views/modules/visual/components/screen-map/index.vue
  4. 2
      src/views/modules/workSys/mapConfig.vue

2
src/views/modules/visual/basicinfo/basicInfoMain.vue

@ -782,6 +782,8 @@ const vueGis = {
this.zoom = 13 this.zoom = 13
} else if (agencyLevel === 'community') { } else if (agencyLevel === 'community') {
this.zoom = 14 this.zoom = 14
} else {
this.zoom = 12
} }
}, },

2
src/views/modules/visual/communityGovern/fivelayers/mapIndex.vue

@ -1614,7 +1614,7 @@ const vueGis = {
} else if (agencyLevel === 'community') { } else if (agencyLevel === 'community') {
this.zoom = 14 this.zoom = 14
} else { } else {
this.zoom = 11 this.zoom = 12
} }
}, },

2
src/views/modules/visual/components/screen-map/index.vue

@ -627,6 +627,8 @@ const vueGis = {
this.zoom = 13 this.zoom = 13
} else if (level === 'community') { } else if (level === 'community') {
this.zoom = 14 this.zoom = 14
} else {
this.zoom = 12
} }
}, },

2
src/views/modules/workSys/mapConfig.vue

@ -623,7 +623,7 @@ const vueGis = {
} else if (agencyLevel === 'community') { } else if (agencyLevel === 'community') {
this.zoom = 14 this.zoom = 14
} else { } else {
this.zoom = 11 this.zoom = 12
} }
}, },

Loading…
Cancel
Save