MTR探测策略/MTRAgent管理模块
1、MTRAgent管理模块 2、MTR探测策略 3、修改流量图默认显示时间 4、优化并修改bug
This commit is contained in:
+31
-2
@@ -758,8 +758,37 @@ export const dynamicRoutes = [
|
||||
{
|
||||
path: ':id?',
|
||||
component: () => import('@/views/resource/mtrAgent/mtrAgentView'),
|
||||
name: 'remoteManageView',
|
||||
meta: { title: 'MTRAgent信息', activeMenu: '/resource/mtrAgent' }
|
||||
name: 'mtrAgentView',
|
||||
meta: { title: 'MTRAgent管理信息', activeMenu: '/resource/mtrAgent' }
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
path: '/resource/mtrAgent/lossRate',
|
||||
component: Layout,
|
||||
hidden: true,
|
||||
permissions: ['resource:mtrAgent:echartView'],
|
||||
children: [
|
||||
{
|
||||
path: ':id?',
|
||||
component: () => import('@/views/resource/mtrAgent/lossRateChart'),
|
||||
name: 'mtrAgentLossRate',
|
||||
meta: { title: '丢包率趋势', activeMenu: '/resource/mtrAgent' }
|
||||
}
|
||||
]
|
||||
},
|
||||
// mtr探测策略
|
||||
{
|
||||
path: '/resource/mtrProbe/view',
|
||||
component: Layout,
|
||||
hidden: true,
|
||||
permissions: ['resource:mtrProbe:view'],
|
||||
children: [
|
||||
{
|
||||
path: ':id?',
|
||||
component: () => import('@/views/resource/mtrProbe/mtrProbeView'),
|
||||
name: 'mtrProbeView',
|
||||
meta: { title: 'MTR探测策略信息', activeMenu: '/resource/mtrProbe' }
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user