From 72e8ced67fe06adf794678a03d95bc1eb0947d4e Mon Sep 17 00:00:00 2001
From: 徐旺旺 <11530253@qq.com>
Date: 星期四, 15 四月 2021 17:34:05 +0800
Subject: [PATCH] 弹框组件初步,管线动画控制,默认值修改

---
 src/conf/layers/LayerPollutionSources.js |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/conf/layers/LayerPollutionSources.js b/src/conf/layers/LayerPollutionSources.js
index 324b69e..369016c 100644
--- a/src/conf/layers/LayerPollutionSources.js
+++ b/src/conf/layers/LayerPollutionSources.js
@@ -5,13 +5,13 @@
 export const LayerPollutionSources = {
   code: 'pollutionSources',
   name: '姹℃煋婧�',
-  checked: true,
+  checked: false,
   layers: [
     {
       code: 'pollutionSourcesSczz',
       name: '鐢熶骇瑁呯疆',
       sname: '鐢熶骇瑁呯疆', // 琛ㄥ悕
-      checked: true, // 榛樿閫変腑鐘舵��
+      checked: false, // 榛樿閫変腑鐘舵��
       url: 'http://www.baidu.com', // 璇锋眰涓氬姟鏁版嵁鎺ュ彛
       minZoom: 10 // 鍦ㄦ寚瀹氱骇鍒樉绀�
     },
@@ -19,7 +19,7 @@
       code: 'pollutionSourcesZlss',
       name: '娌荤悊璁炬柦',
       sname: '娌荤悊璁炬柦', // 琛ㄥ悕
-      checked: true, // 榛樿閫変腑鐘舵��
+      checked: false, // 榛樿閫変腑鐘舵��
       url: 'http://www.baidu.com', // 璇锋眰涓氬姟鏁版嵁鎺ュ彛
       minZoom: 10 // 鍦ㄦ寚瀹氱骇鍒樉绀�
     }]

--
Gitblit v1.8.0