src/conf/layers/LayerPollutionSources.js
@@ -6,12 +6,14 @@ code: 'pollutionSources', name: '污染源', checked: false, type: 0, layers: [ { code: 'pollutionSourcesSczz', name: '生产装置', sname: '生产装置', // 表名 checked: false, // 默认选中状态 type: 0, url: 'http://www.baidu.com', // 请求业务数据接口 minZoom: 10 // 在指定级别显示 }, @@ -20,6 +22,7 @@ name: '治理设施', sname: '治理设施', // 表名 checked: false, // 默认选中状态 type: 0, url: 'http://www.baidu.com', // 请求业务数据接口 minZoom: 10 // 在指定级别显示 }]