From e5641578fc31e1326433b99210e85328f9d8faf7 Mon Sep 17 00:00:00 2001 From: 沈斌 <bluelazysb@hotmail.com> Date: Thu, 12 Jul 2018 15:01:48 +0800 Subject: [PATCH] updates --- src/app/routes/routes-routing.module.ts | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/src/app/routes/routes-routing.module.ts b/src/app/routes/routes-routing.module.ts index f4719f0..21f6cda 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 { PollutionManagementComponent } from 'app/routes/pollution/management/management.component'; const routes: Routes = [ { @@ -29,7 +30,9 @@ { path: 'devices', loadChildren: './devices/devices.module#DevicesModule' }, { path: 'sensors', loadChildren: './sensors/sensors.module#SensorsModule' }, { path: 'systems', loadChildren: './systems/systems.module#SystemsModule' }, - { path: 'reports', loadChildren: './reports/reports.module#ReportsModule' } + { path: 'reports', loadChildren: './reports/reports.module#ReportsModule' }, + + { path: 'pollution/management', component: PollutionManagementComponent } ] }, // passport { -- Gitblit v1.8.0