From 03e7be1a4fab29968e8750913db40a1373c577df Mon Sep 17 00:00:00 2001 From: ChenZeping <chenzeping> Date: 星期一, 10 五月 2021 17:28:04 +0800 Subject: [PATCH] 企业应急 --- src/conf/layers/LayerWasteSolid.js | 25 +++++++++---------------- 1 files changed, 9 insertions(+), 16 deletions(-) diff --git a/src/conf/layers/LayerWasteSolid.js b/src/conf/layers/LayerWasteSolid.js index 1610672..e2b104f 100644 --- a/src/conf/layers/LayerWasteSolid.js +++ b/src/conf/layers/LayerWasteSolid.js @@ -4,25 +4,18 @@ */ export const LayerWasteSolid = { - code: 'solidWaste', + code: 'wasteSolid', name: '鍥哄簾', - checked: true, + checked: false, + type: 0, layers: [ { - code: 'solidWasteQy', - name: '浼佷笟', - sname: '浼佷笟', // 琛ㄥ悕 - checked: true, // 榛樿閫変腑鐘舵�� - url: 'http://www.baidu.com', // 璇锋眰涓氬姟鏁版嵁鎺ュ彛 - minZoom: 10 // 鍦ㄦ寚瀹氱骇鍒樉绀� - }, - { - code: 'solidWasteJcd', - name: '鐩戞祴鐐�', - sname: '鐩戞祴鐐�', - checked: true, // 榛樿閫変腑鐘舵�� - url: 'http://www.baidu2.com', - minZoom: 10 + code: 'wasteSolidCcd', + name: '璐瓨鐐�', + sname: '璐瓨鐐�', + checked: false, + type: 0, + url: 'http://www.baidu2.com' } ] } -- Gitblit v1.8.0