From 2580545be3ba0b7070d1497c2711de7d435ed02b Mon Sep 17 00:00:00 2001 From: yangdelong <828900aaa> Date: 星期四, 27 五月 2021 09:28:14 +0800 Subject: [PATCH] 企业应急-事件处置 --- src/conf/layers/LayerWasteSolid.js | 8 +++++--- 1 files changed, 5 insertions(+), 3 deletions(-) diff --git a/src/conf/layers/LayerWasteSolid.js b/src/conf/layers/LayerWasteSolid.js index f75e58e..7368c4f 100644 --- a/src/conf/layers/LayerWasteSolid.js +++ b/src/conf/layers/LayerWasteSolid.js @@ -6,15 +6,17 @@ export const LayerWasteSolid = { code: 'wasteSolid', name: '鍥哄簾', - checked: true, + checked: false, + type: 0, layers: [ { code: 'wasteSolidCcd', name: '璐瓨鐐�', sname: '璐瓨鐐�', - checked: true, // 榛樿閫変腑鐘舵�� + checked: false, + type: 0, url: 'http://www.baidu2.com', - minZoom: 10 + legendImage: '../.././assets/images/map/solidwaste/gf_green.png' } ] } -- Gitblit v1.8.0