From eb05c488991ab5949a0c7f6b7619e38d61037ff7 Mon Sep 17 00:00:00 2001 From: 沈斌 <bluelazysb@hotmail.com> Date: Thu, 12 Jul 2018 16:18:08 +0800 Subject: [PATCH] updates --- 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