| | |
| | | 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'; |
| | | import { EnvironmentManagementComponent } from 'app/routes/environment/management/management.component'; |
| | | |
| | | const routes: Routes = [ |
| | | { |
| | |
| | | |
| | | { path: 'statistics/monitorpoint', component: MonitorpointComponent }, |
| | | { path: 'statistics/calendar', component: CalendarComponent }, |
| | | { path: 'statistics/analysis', component: AnalysisComponent } |
| | | { path: 'statistics/analysis', component: AnalysisComponent }, |
| | | |
| | | { path: 'environment/management', component: EnvironmentManagementComponent } |
| | | ] |
| | | }, // passport |
| | | { |