开发并联调监控看板
This commit is contained in:
@@ -424,6 +424,21 @@ export const dynamicRoutes = [
|
||||
}
|
||||
]
|
||||
},
|
||||
// 监控看板
|
||||
{
|
||||
path: '/resource/monitorBoard/view',
|
||||
component: Layout,
|
||||
hidden: true,
|
||||
permissions: ['resource:monitorBoard:view'],
|
||||
children: [
|
||||
{
|
||||
path: ':id?',
|
||||
component: () => import('@/views/resource/monitorBoard/monitorBoardView'),
|
||||
name: 'MonitorBoardView',
|
||||
meta: { title: '监控看板详情视图', activeMenu: '/resource/monitorBoard' }
|
||||
}
|
||||
]
|
||||
},
|
||||
// 资源拓扑
|
||||
{
|
||||
path: '/resource/topology/edit',
|
||||
|
||||
Reference in New Issue
Block a user