src/conf/layers/LayerAirQuality.js
@@ -7,13 +7,16 @@ code: 'sewersAirQuality', name: '空气质量', checked: false, type: 0, layers: [ { code: 'airQualityStation', name: '监测站', sname: '监测站', // 表名 checked: false, // 默认选中状态 url: WFS_URL + '?TYPENAME=公司' type: 0, url: WFS_URL + '?TYPENAME=公司', legendImage: '../.././assets/images/map/sewers/检测点.png' } ] }