From 4df0471b7dff0494625ff09969b1a13b5359a26e Mon Sep 17 00:00:00 2001
From: XingChuan <m17600301067@163.com>
Date: 星期一, 31 五月 2021 22:41:47 +0800
Subject: [PATCH] 统计表弹框UI优化;增加点击企业名称缩放至企业;二级表展示功能优化。

---
 src/conf/layers/LayerSurroundings.js |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/conf/layers/LayerSurroundings.js b/src/conf/layers/LayerSurroundings.js
index 9b55d72..85e49cd 100644
--- a/src/conf/layers/LayerSurroundings.js
+++ b/src/conf/layers/LayerSurroundings.js
@@ -22,7 +22,7 @@
       code: 'sewersXx',
       name: '瀛︽牎',
       sname: '瀛︽牎',
-      icon: 'sewers/鍖婚櫌.png',
+      icon: 'sewers/瀛︽牎.png',
       checked: false, // 榛樿閫変腑鐘舵��
       type: SERVICE_TYPE.WMS,
       minZoom: 10
@@ -41,20 +41,20 @@
       code: 'sewersZrbhq',
       name: '鑷劧淇濇姢鍖�',
       sname: '鑷劧淇濇姢鍖�',
-      icon: 'sewers/鍖婚櫌.png',
+      icon: 'sewers/鑷劧淇濇姢鍖�.png',
       checked: false, // 榛樿閫変腑鐘舵��
       type: SERVICE_TYPE.WMS,
-      wfs: 'sewer:pointpreservationzone',
+      typeName: 'sewer:pointpreservationzone',
       minZoom: 10
     },
     {
       code: 'sewersMgmb',
       name: '鏁忔劅鐩爣',
       sname: '鏁忔劅鐩爣',
-      icon: 'sewers/鍖婚櫌.png',
+      icon: 'sewers/鏁忔劅鐩爣.png',
       checked: false, // 榛樿閫変腑鐘舵��
       type: SERVICE_TYPE.WMS,
-      wfs: 'sewer:sensitivetarget',
+      typeName: 'sewer:sensitivetarget',
       minZoom: 10
     }
   ]

--
Gitblit v1.8.0