From 3d49dbbd9a5e15d14fc0a4388b17c19c0ac2e5f7 Mon Sep 17 00:00:00 2001
From: fengxiang <110431245@qq.com>
Date: Fri, 13 Jul 2018 11:06:06 +0800
Subject: [PATCH] Merge branch 'master' of http://blit.7drlb.com:8888/r/screen_demo2
---
src/app/routes/routes-routing.module.ts | 9 ++++++++-
1 files changed, 8 insertions(+), 1 deletions(-)
diff --git a/src/app/routes/routes-routing.module.ts b/src/app/routes/routes-routing.module.ts
index 7cec853..6846a3e 100644
--- a/src/app/routes/routes-routing.module.ts
+++ b/src/app/routes/routes-routing.module.ts
@@ -15,6 +15,9 @@
import { ForecastingWarningComponent } from './forecasting-warning/forecasting-warning.component';
import { PollutionManagementComponent } from 'app/routes/pollution/management/management.component';
+import { MonitorpointComponent } from 'app/routes/statistics/monitorpoint/monitorpoint.component';
+import { CalendarComponent } from 'app/routes/statistics/calendar/calendar.component';
+import { AnalysisComponent } from 'app/routes/statistics/analysis/analysis.component';
const routes: Routes = [
{
@@ -38,7 +41,11 @@
{ path: 'reports', loadChildren: './reports/reports.module#ReportsModule' },
{ path: 'forecasting-warning', component: ForecastingWarningComponent },
- { path: 'pollution/management', component: PollutionManagementComponent }
+ { path: 'pollution/management', component: PollutionManagementComponent },
+
+ { path: 'statistics/monitorpoint', component: MonitorpointComponent },
+ { path: 'statistics/calendar', component: CalendarComponent },
+ { path: 'statistics/analysis', component: AnalysisComponent }
]
}, // passport
{
--
Gitblit v1.8.0