From 176aac34d8841cf5fd9a6032ee9988adf9a6233d Mon Sep 17 00:00:00 2001 From: wangqi <magical1908@outlook.com> Date: 星期三, 14 四月 2021 12:58:17 +0800 Subject: [PATCH] table数据 --- 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