沈斌
2018-07-12 e5641578fc31e1326433b99210e85328f9d8faf7
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
    {