From a3a8c23b196980732a795713a5eb5fe0c7075bf9 Mon Sep 17 00:00:00 2001 From: fengxiang <110431245@qq.com> Date: Wed, 11 Jul 2018 21:47:13 +0800 Subject: [PATCH] Revert "提交" --- src/app/routes/routes-routing.module.ts | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/src/app/routes/routes-routing.module.ts b/src/app/routes/routes-routing.module.ts index c3b6c3f..b271c92 100644 --- a/src/app/routes/routes-routing.module.ts +++ b/src/app/routes/routes-routing.module.ts @@ -20,7 +20,6 @@ import { Exception403Component } from './exception/403.component'; import { Exception404Component } from './exception/404.component'; import { Exception500Component } from './exception/500.component'; -import { HomePageComponent } from './home-page/home-page.component'; const routes: Routes = [ { @@ -30,7 +29,6 @@ { path: '', redirectTo: 'dashboard/v1', pathMatch: 'full' }, { path: 'dashboard', redirectTo: 'dashboard/v1', pathMatch: 'full' }, { path: 'dashboard/v1', component: DashboardV1Component }, - { path: 'home-page', component: HomePageComponent }, { path: 'dashboard/analysis', component: DashboardAnalysisComponent }, { path: 'dashboard/monitor', component: DashboardMonitorComponent }, { path: 'dashboard/workplace', component: DashboardWorkplaceComponent }, -- Gitblit v1.8.0