From 7047fc75d8d33ad7608c05f655e760f4e824808b Mon Sep 17 00:00:00 2001 From: fengxiang <110431245@qq.com> Date: Fri, 13 Jul 2018 10:08:33 +0800 Subject: [PATCH] 提交修改 --- src/app/routes/routes.module.ts | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/app/routes/routes.module.ts b/src/app/routes/routes.module.ts index 03a10f8..2653f7a 100644 --- a/src/app/routes/routes.module.ts +++ b/src/app/routes/routes.module.ts @@ -12,6 +12,7 @@ import { DashboardAnalysisComponent } from './dashboard/analysis/analysis.component'; import { DashboardMonitorComponent } from './dashboard/monitor/monitor.component'; import { DashboardWorkplaceComponent } from './dashboard/workplace/workplace.component'; +import { ForecastingWarningComponent } from './forecasting-warning/forecasting-warning.component'; import { ReportComponent } from './report/report.component'; import { PollutionManagementComponent } from './pollution/management/management.component'; @@ -38,6 +39,7 @@ DashboardWorkplaceComponent, UserLoginComponent, ReportComponent, + ForecastingWarningComponent, PollutionManagementComponent ], providers: [ -- Gitblit v1.8.0