src/app/routes/data-v/data-v.module.ts | ●●●●● 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 | ●●●●● patch | view | raw | blame | history | |
src/app/routes/routes.ts | ●●●●● 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' }