From cde5a7fa932e7e152cd4acdb3577a2f5d14fea7b Mon Sep 17 00:00:00 2001
From: 沈斌 <bluelazysb@hotmail.com>
Date: Wed, 20 Dec 2017 14:52:07 +0800
Subject: [PATCH] updates

---
 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