fengxiang
2018-07-06 309d1f9d649daa08bb9b068af014749f6d4a5bce
src/app/routes/reports/reports.module.ts
@@ -16,6 +16,7 @@
import { MonitorPointService } from '@business/services/http/monitor-point.service';
import { DeviceService } from '@business/services/http/device.service';
import { DateService } from '@business/services/util/date.service';
import { AlarmComponent } from './alarm/alarm.component';
const routes: Routes = [
  {
@@ -24,10 +25,11 @@
      { path: 'query', component: QueryComponent },
      { path: 'demo', component: DemoComponent },
      { path: 'excel', component: ExcelComponent },
      { path: 'alarm', component: AlarmComponent },
    ]
  }
];
const COMPONENTS_NOROUNT = [  ];
@@ -45,6 +47,7 @@
    ...COMPONENTS_NOROUNT,
    DemoComponent,
    ExcelComponent,
    AlarmComponent,
    QueryComponent
  ],
  providers: [SensorsService, NzMessageService, AreacodeService,