From e7d11b042fd2186c51c095a22b957730a9b30fad Mon Sep 17 00:00:00 2001
From: 沈斌 <bluelazysb@hotmail.com>
Date: Mon, 18 Dec 2017 09:06:29 +0800
Subject: [PATCH] updates
---
src/app/routes/routes.ts | 9 ---------
1 files changed, 0 insertions(+), 9 deletions(-)
diff --git a/src/app/routes/routes.ts b/src/app/routes/routes.ts
index 0ece7a8..3fc95af 100644
--- a/src/app/routes/routes.ts
+++ b/src/app/routes/routes.ts
@@ -21,15 +21,6 @@
{ path: 'dashboard/analysis', component: DashboardAnalysisComponent, data: { translate: 'dashboard_analysis' } },
{ path: 'dashboard/monitor', component: DashboardMonitorComponent, data: { translate: 'dashboard_monitor' } },
{ path: 'dashboard/workplace', component: DashboardWorkplaceComponent, data: { translate: 'dashboard_workplace' } }
-
- ]
- },
- // ������������
- {
- path: 'data-v',
- component: LayoutFullScreenComponent,
- children: [
- { path: '', loadChildren: './data-v/data-v.module#DataVModule' }
]
},
{ path: '**', redirectTo: 'dashboard' }
--
Gitblit v1.8.0