From 5ad15d5e999b91da4afcc358063f80f95eb66ed9 Mon Sep 17 00:00:00 2001
From: 沈斌 <bluelazysb@hotmail.com>
Date: Tue, 13 Mar 2018 16:03:09 +0800
Subject: [PATCH] 工作台数据统计页面

---
 src/app/routes/routes.module.ts |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/src/app/routes/routes.module.ts b/src/app/routes/routes.module.ts
index 67e88d4..c09bb38 100644
--- a/src/app/routes/routes.module.ts
+++ b/src/app/routes/routes.module.ts
@@ -1,3 +1,4 @@
+import { UserLoginComponent } from './passport/login/login.component';
 import { DateService } from '@business/services/util/date.service';
 import { _HttpClient } from '@delon/theme';
 import { NgModule } from '@angular/core';
@@ -11,6 +12,7 @@
 import { DashboardAnalysisComponent } from './dashboard/analysis/analysis.component';
 import { DashboardMonitorComponent } from './dashboard/monitor/monitor.component';
 import { DashboardWorkplaceComponent } from './dashboard/workplace/workplace.component';
+import { ReportComponent } from './report/report.component';
 // Statics
 import 'rxjs/add/observable/throw';
 
@@ -30,6 +32,8 @@
         DashboardAnalysisComponent,
         DashboardMonitorComponent,
         DashboardWorkplaceComponent,
+        UserLoginComponent,
+        ReportComponent
     ],
     providers: [
         _HttpClient,

--
Gitblit v1.8.0