Browse Source

Merge branch 'yantai_master' into yanai_dev-youhua

feature
dai 3 years ago
parent
commit
5dd900de65
  1. 2
      src/views/modules/visual/communityGovern/fivelayers/mapIndex copy 2.vue
  2. 2
      src/views/modules/visual/communityGovern/fivelayers/mapIndex copy.vue
  3. 2
      src/views/modules/visual/communityGovern/fivelayers/mapIndex-baidu.vue

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

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

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

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

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

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

Loading…
Cancel
Save