@@ -13,18 +13,31 @@ export const ROUTES: Routes = [
1313 * @date 2018-02-07 18:52:36
1414 * @author xiaoyu.chu@emc.com
1515 */
16- { path : '' , redirectTo : 'ui/managementCenter' , pathMatch : 'full' } ,
16+ // {path: '', redirectTo: 'ui/managementCenter', pathMatch: 'full'},
17+ // {
18+ // path: 'managementCenter',
19+ // loadChildren: 'app/management-center/management-center.module#ManagementCenterModule',
20+ // },
21+ // {
22+ // path: 'ui/workflowCenter',
23+ // loadChildren: 'app/workflow-center/workflow-center.module#WorkflowCenterModule',
24+ // },
25+ // {
26+ // path: 'ui/solutionCenter',
27+ // loadChildren: 'app/solution-center/solution-center.module#SolutionCenterModule',
28+ // },
29+ { path : '' , redirectTo : '/managementCenter/nodes' , pathMatch : 'full' } ,
1730 {
18- path : 'ui/workflowCenter ' ,
19- loadChildren : 'app/workflow -center/workflow -center.module#WorkflowCenterModule ' ,
31+ path : 'managementCenter ' ,
32+ loadChildren : 'app/management -center/management -center.module#ManagementCenterModule ' ,
2033 } ,
2134 {
22- path : 'ui/solutionCenter ' ,
23- loadChildren : 'app/solution -center/solution -center.module#SolutionCenterModule ' ,
35+ path : 'workflowCenter ' ,
36+ loadChildren : 'app/workflow -center/workflow -center.module#WorkflowCenterModule ' ,
2437 } ,
2538 {
26- path : 'ui/workflowEditor ' ,
27- loadChildren : 'app/workflow-editor/workflow-editor .module#WorkflowEditorModule ' ,
39+ path : 'solutionCenter ' ,
40+ loadChildren : 'app/solution-center/solution-center .module#SolutionCenterModule ' ,
2841 } ,
2942 // 404 page, page with ** can not be lazily loaded.
3043 { path : '**' , component : NoContentComponent } ,
0 commit comments