From 3517e796f650b8aed52165c1a5905456f54033ef Mon Sep 17 00:00:00 2001 From: fengxiang <110431245@qq.com> Date: Wed, 10 Jan 2018 14:31:40 +0800 Subject: [PATCH] 项目路径 配置,以适应可能的框架更新 --- src/app/routes/routes.ts | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/app/routes/routes.ts b/src/app/routes/routes.ts index 047905b..f5f7144 100644 --- a/src/app/routes/routes.ts +++ b/src/app/routes/routes.ts @@ -10,7 +10,7 @@ path: '', component: LayoutComponent, children: [ - { path: '', redirectTo: 'dashboard/v1', pathMatch: 'full' }, + { path: '', redirectTo: 'dashboard/analysis', pathMatch: 'full' }, { path: 'dashboard', redirectTo: 'dashboard/v1', pathMatch: 'full' }, { path: 'users', loadChildren: './users/users.module#UsersModule' }, -- Gitblit v1.8.0