开发并联调监控看板

This commit is contained in:
康冉冉
2025-11-17 18:35:21 +08:00
parent d192960db4
commit 10c4dd9ef0
5 changed files with 476 additions and 44 deletions
+15
View File
@@ -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',