From 2c80e91b89443a0f20f9ba613675fb24e7482984 Mon Sep 17 00:00:00 2001
From: 沈斌 <bluelazysb@hotmail.com>
Date: Sun, 17 Dec 2017 13:34:30 +0800
Subject: [PATCH] updates

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

diff --git a/src/app/routes/routes.module.ts b/src/app/routes/routes.module.ts
index 2dc45b2..cf33c24 100644
--- a/src/app/routes/routes.module.ts
+++ b/src/app/routes/routes.module.ts
@@ -1,7 +1,6 @@
 import { NgModule } from '@angular/core';
 import { RouterModule } from '@angular/router';
 import { SharedModule } from '@shared/shared.module';
-import { PagesModule } from './pages/pages.module';
 import { environment } from '../../environments/environment';
 
 import { routes } from './routes';
@@ -9,29 +8,17 @@
 import { DashboardAnalysisComponent } from './dashboard/analysis/analysis.component';
 import { DashboardMonitorComponent } from './dashboard/monitor/monitor.component';
 import { DashboardWorkplaceComponent } from './dashboard/workplace/workplace.component';
-import { CallbackComponent } from './callback/callback.component';
-
-// pro
-import { ProUserLoginComponent } from './pro/user/login/login.component';
-import { ProUserRegisterComponent } from './pro/user/register/register.component';
-import { ProUserRegisterResultComponent } from './pro/user/register-result/register-result.component';
 
 @NgModule({
     imports: [
         SharedModule,
-        RouterModule.forRoot(routes, { useHash: environment.useHash }),
-        PagesModule
+        RouterModule.forRoot(routes, { useHash: environment.useHash })
     ],
     declarations: [
         DashboardV1Component,
         DashboardAnalysisComponent,
         DashboardMonitorComponent,
         DashboardWorkplaceComponent,
-        CallbackComponent,
-        // pro
-        ProUserLoginComponent,
-        ProUserRegisterComponent,
-        ProUserRegisterResultComponent
     ],
     exports: [
         RouterModule

--
Gitblit v1.8.0