| | |
| | | import { DemoComponent } from './demo/demo.component'; |
| | | import { ExcelComponent } from './excel/excel.component'; |
| | | import { QueryComponent } from './query/query.component'; |
| | | import { Query2Component } from './query2/query2.component'; |
| | | import { PipeModule } from '@business/pipe/pipe.module'; |
| | | import { NzTreeModule } from 'ng-tree-antd'; |
| | | import { NgxEchartsModule } from 'ngx-echarts'; |
| | |
| | | { path: 'demo', component: DemoComponent }, |
| | | { path: 'excel', component: ExcelComponent }, |
| | | { path: 'alarm', component: AlarmComponent }, |
| | | { path: 'query2', component: Query2Component }, |
| | | ] |
| | | } |
| | | ]; |
| | |
| | | DemoComponent, |
| | | ExcelComponent, |
| | | AlarmComponent, |
| | | QueryComponent |
| | | QueryComponent, |
| | | Query2Component |
| | | ], |
| | | providers: [SensorsService, NzMessageService, AreacodeService, |
| | | MonitorPointService, DeviceService, DateService], |
| | |
| | | "link": "/statistics/calendar" |
| | | }, { |
| | | "text": "站点数据分析", |
| | | "link": "/statistics/monitorpoint" |
| | | "link": "/reports/query2" |
| | | }] |
| | | }, |
| | | { |