From c292f295c9b516cbb9f7fbf587095f710378dbb0 Mon Sep 17 00:00:00 2001 From: xufenglei <xufenglei> Date: Thu, 12 Jul 2018 15:12:17 +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