派生自 wuyushui/SewerAndRainNetwork

XingChuan
2021-05-31 5d3cafca01c6ad878d51533b955b530e12f9d99a
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/**
 * 区域
 */
export const LayerAirQuality = {
  code: 'sewersAirQuality',
  name: '空气质量',
  checked: false,
  layers: [
    {
      code: 'airQualityStation',
      name: '监测站',
      sname: '监测站', // 表名
      checked: false, // 默认选中状态
      type: 0,
      legendImage: '../.././assets/images/map/sewers/检测点.png'
    }
  ]
}