diff --git a/src/views/modules/visual/communityGovern/duoyuanDialog.vue b/src/views/modules/visual/communityGovern/duoyuanDialog.vue deleted file mode 100644 index dfb584ae..00000000 --- a/src/views/modules/visual/communityGovern/duoyuanDialog.vue +++ /dev/null @@ -1,335 +0,0 @@ - - - - - - diff --git a/src/views/modules/visual/communityGovern/duoyuanfuwu/duoyuanfuwufenxi.vue b/src/views/modules/visual/communityGovern/duoyuanfuwu/duoyuanfuwufenxi.vue index 28595697..53e007da 100644 --- a/src/views/modules/visual/communityGovern/duoyuanfuwu/duoyuanfuwufenxi.vue +++ b/src/views/modules/visual/communityGovern/duoyuanfuwu/duoyuanfuwufenxi.vue @@ -62,8 +62,6 @@ @clickFeature="clickMap" :showIconLayer="true" :showPolygonLayer="true" - :showPolIconLayer="true" - :areaScale="0.1" :clickType="'popup'" :isAddOpenlay="true"> @@ -371,7 +369,8 @@ export default { if (item.coordinates && item.coordinates.length > 0) { if (!this.isRepeatItem(item.name)) { let colorIndex = index < polygonColorArray.length ? index : 0 - item.fillColor = 'rgba(0, 229, 237, 0.16)' + // item.fillColor = 'rgba(0, 229, 237, 0.16)' + item.fillColor = transparent item.color = '#00E5ED' // item.color = polygonColorArray[colorIndex] subPolygonList.push(item)