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