From 4056d69076e49d28ee54b169b42c6430c1c2e261 Mon Sep 17 00:00:00 2001 From: 沈斌 <bluelazysb@hotmail.com> Date: Thu, 12 Jul 2018 16:50:31 +0800 Subject: [PATCH] updates --- src/app/routes/routes-routing.module.ts | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/app/routes/routes-routing.module.ts b/src/app/routes/routes-routing.module.ts index 21f6cda..436db0f 100644 --- a/src/app/routes/routes-routing.module.ts +++ b/src/app/routes/routes-routing.module.ts @@ -13,6 +13,7 @@ import { ReportComponent } from './report/report.component'; import { UserLoginComponent } from 'app/routes/passport/login/login.component'; +import { ForecastingWarningComponent } from './forecasting-warning/forecasting-warning.component'; import { PollutionManagementComponent } from 'app/routes/pollution/management/management.component'; const routes: Routes = [ @@ -32,6 +33,7 @@ { path: 'systems', loadChildren: './systems/systems.module#SystemsModule' }, { path: 'reports', loadChildren: './reports/reports.module#ReportsModule' }, + { path: 'forecasting-warning', component: ForecastingWarningComponent }, { path: 'pollution/management', component: PollutionManagementComponent } ] }, // passport -- Gitblit v1.8.0