Browse Source

Merge branch 'dev-fangyi0706'

master
jiangyy 3 years ago
parent
commit
6c6939fc29
  1. 2
      src/views/modules/visual/basicinfo/basicInfoMain.vue
  2. 2
      src/views/modules/visual/communityGovern/fivelayers/mapIndex.vue
  3. 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

@ -1638,7 +1638,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/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