[web-app] 菜单功能布局大致样式定义

This commit is contained in:
tomsun28
2021-11-28 14:58:20 +08:00
parent 0f8d39eea3
commit d189b4e547
21 changed files with 384 additions and 1663 deletions

View File

@@ -26,7 +26,7 @@ const routes: Routes = [
{ path: 'exception', loadChildren: () => import('./exception/exception.module').then(m => m.ExceptionModule) },
// 业务子模块
// { path: 'widgets', loadChildren: () => import('./widgets/widgets.module').then(m => m.WidgetsModule) },
]
{ path: 'monitor', loadChildren: () => import('./monitor/monitor.module').then((m) => m.MonitorModule) },]
},
// 空白布局
// {