From ac1c7ea6d29679b221847db076044caeaf27b84c Mon Sep 17 00:00:00 2001 From: zhangshuaibao <15731629597@163.com> Date: 星期二, 13 四月 2021 11:27:50 +0800 Subject: [PATCH] 废水图表日数据功能添加 --- src/conf/LayerTopic.js | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/src/conf/LayerTopic.js b/src/conf/LayerTopic.js index 5c8f956..da1a49e 100644 --- a/src/conf/LayerTopic.js +++ b/src/conf/LayerTopic.js @@ -8,11 +8,14 @@ import { LayerEnvRisk } from './layers/LayerEnvRisk' import { LayerSoilGroundWater } from './layers/LayerSoilGroundWater' import { LayerPollutionSources } from './layers/LayerPollutionSources' +import { LayerPipeLines } from './layers/LayerPipeLines' +import { LayerArea } from './layers/LayerArea' +import { LayerVideo } from './layers/LayerVideo' export const LayerTopic = { code: 'sewersTopic', name: '涓撻鍥惧眰', checked: true, isShow: true, - layers: [LayerPollutionSources, LayerWasteWater, LayerWasteGas, LayerWasteSolid, LayerAirQuality, LayerEnvRisk, LayerSoilGroundWater] + layers: [LayerPollutionSources, LayerWasteWater, LayerWasteGas, LayerWasteSolid, LayerAirQuality, LayerEnvRisk, LayerSoilGroundWater, LayerPipeLines, LayerVideo, LayerArea] } -- Gitblit v1.8.0