From fe6003d7b1195653c72f5bb9db1672a9b9464ae9 Mon Sep 17 00:00:00 2001 From: jiangyy Date: Wed, 8 Jun 2022 16:05:22 +0800 Subject: [PATCH 1/2] 11 --- .../visual/communityGovern/duoyuanDialog.vue | 335 ------------------ 1 file changed, 335 deletions(-) delete mode 100644 src/views/modules/visual/communityGovern/duoyuanDialog.vue 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 @@ - - - - - - From 37efca5bcf9134b525a575854ca06b98595692db Mon Sep 17 00:00:00 2001 From: ZhaoTongYao <531131322@qq.com> Date: Thu, 9 Jun 2022 09:23:45 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../visual/communityGovern/duoyuanfuwu/duoyuanfuwufenxi.vue | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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)