From c56e506fd34c58209240e97fc29043639fae5d19 Mon Sep 17 00:00:00 2001 From: ChenZeping <chenzeping> Date: 星期四, 29 四月 2021 15:13:21 +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