From ef5b73ea0b7aed593312f728638d84b5358458ae Mon Sep 17 00:00:00 2001
From: fengxiang <110431245@qq.com>
Date: Fri, 13 Jul 2018 14:35:00 +0800
Subject: [PATCH] Merge branch 'master' of http://blit.7drlb.com:8888/r/screen_demo2

---
 src/app/routes/routes.module.ts |   12 +++++++++++-
 1 files changed, 11 insertions(+), 1 deletions(-)

diff --git a/src/app/routes/routes.module.ts b/src/app/routes/routes.module.ts
index 03a10f8..d405319 100644
--- a/src/app/routes/routes.module.ts
+++ b/src/app/routes/routes.module.ts
@@ -12,8 +12,13 @@
 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';
+import { MonitorpointComponent } from './statistics/monitorpoint/monitorpoint.component';
+import { CalendarComponent } from './statistics/calendar/calendar.component';
+import { AnalysisComponent } from './statistics/analysis/analysis.component';
+import { EnvironmentManagementComponent } from './environment/management/management.component';
 
 // Statics
 import 'rxjs/add/observable/throw';
@@ -38,7 +43,12 @@
         DashboardWorkplaceComponent,
         UserLoginComponent,
         ReportComponent,
-        PollutionManagementComponent
+        ForecastingWarningComponent,
+        PollutionManagementComponent,
+        MonitorpointComponent,
+        CalendarComponent,
+        AnalysisComponent,
+        EnvironmentManagementComponent
     ],
     providers: [
         _HttpClient,

--
Gitblit v1.8.0