沈斌
2017-12-18 e7d11b042fd2186c51c095a22b957730a9b30fad
updates
4 files deleted
1 files modified
176 ■■■■■ changed files
src/app/routes/data-v/data-v.module.ts 23 ●●●●● patch | view | raw | blame | history
src/app/routes/data-v/relation/relation.component.html patch | view | raw | blame | history
src/app/routes/data-v/relation/relation.component.less patch | view | raw | blame | history
src/app/routes/data-v/relation/relation.component.ts 144 ●●●●● patch | view | raw | blame | history
src/app/routes/routes.ts 9 ●●●●● patch | view | raw | blame | history
src/app/routes/data-v/data-v.module.ts
File was deleted
src/app/routes/data-v/relation/relation.component.html
src/app/routes/data-v/relation/relation.component.less
src/app/routes/data-v/relation/relation.component.ts
File was deleted
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' }