Browse Source

Merge branch 'dev-fangyi0706'

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

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

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

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

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

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

@ -681,9 +681,9 @@ const vueGis = {
map.addLayer(polygonLayer)
if (this.$route.path == '/main-shuju/visual-communityGovern-duoyuanfuwu-duoyuanfuwufenxi' || this.$route.path == '/main-shuju/visual-communityParty-gridParty' || this.$route.path == '/main-shuju/visual-communityParty-community') { // 2022.6.9
console.log('去掉默认点击')
console.log('去掉默认点击')
} else {
map.addInteraction(select);
map.addInteraction(select);
}
},

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

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

Loading…
Cancel
Save