监控看板、脚本管理添加新字段、服务器脚本添加执行结果查看列表
1、监控看板_前端开发并联调 2、脚本管理页面_前端开发并联调 3、服务器脚本模块执行结果查看_前端开发并联调
This commit is contained in:
@@ -556,6 +556,21 @@ export const dynamicRoutes = [
|
||||
}
|
||||
]
|
||||
},
|
||||
// 服务器脚本策略--执行结果查看
|
||||
{
|
||||
path: '/resource/serverScriptStrat/resultView',
|
||||
component: Layout,
|
||||
hidden: true,
|
||||
permissions: ['resource:serverScriptStrat:resultView'],
|
||||
children: [
|
||||
{
|
||||
path: ':id?',
|
||||
component: () => import('@/views/resource/serverScriptStrat/resultView'),
|
||||
name: 'serverScriptStatResultView',
|
||||
meta: { title: '执行结果详情', activeMenu: '/resource/serverScriptStrat' }
|
||||
}
|
||||
]
|
||||
},
|
||||
// 监控模版
|
||||
{
|
||||
path: '/resource/monitorTemp/details',
|
||||
|
||||
Reference in New Issue
Block a user