From f9f80893f6b29f0aaa8d5f7c1291f91b8f477fe4 Mon Sep 17 00:00:00 2001 From: ChenZeping02609 <chenzeping02609@163.com> Date: 星期三, 12 五月 2021 18:21:01 +0800 Subject: [PATCH] 污染源修改 --- src/conf/layers/LayerWasteSolid.js | 9 +++++---- 1 files changed, 5 insertions(+), 4 deletions(-) diff --git a/src/conf/layers/LayerWasteSolid.js b/src/conf/layers/LayerWasteSolid.js index f75e58e..e2b104f 100644 --- a/src/conf/layers/LayerWasteSolid.js +++ b/src/conf/layers/LayerWasteSolid.js @@ -6,15 +6,16 @@ export const LayerWasteSolid = { code: 'wasteSolid', name: '鍥哄簾', - checked: true, + checked: false, + type: 0, layers: [ { code: 'wasteSolidCcd', name: '璐瓨鐐�', sname: '璐瓨鐐�', - checked: true, // 榛樿閫変腑鐘舵�� - url: 'http://www.baidu2.com', - minZoom: 10 + checked: false, + type: 0, + url: 'http://www.baidu2.com' } ] } -- Gitblit v1.8.0