This commit is contained in:
@@ -1193,6 +1193,25 @@ export const asyncRoutes: AppRouteRecord[] = [
|
||||
isHide: true,
|
||||
keepAlive: false
|
||||
}
|
||||
},
|
||||
{
|
||||
path: 'refund',
|
||||
name: 'RefundManagement',
|
||||
component: RoutesAlias.RefundManagement,
|
||||
meta: {
|
||||
title: '退款管理',
|
||||
keepAlive: true
|
||||
}
|
||||
},
|
||||
{
|
||||
path: 'refund/detail/:id',
|
||||
name: 'RefundDetailRoute',
|
||||
component: RoutesAlias.RefundDetail,
|
||||
meta: {
|
||||
title: '退款详情',
|
||||
isHide: true,
|
||||
keepAlive: false
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -1305,5 +1324,81 @@ export const asyncRoutes: AppRouteRecord[] = [
|
||||
// }
|
||||
// }
|
||||
]
|
||||
},
|
||||
|
||||
// 轮询管理
|
||||
{
|
||||
path: '/polling-management',
|
||||
name: 'PollingManagement',
|
||||
component: RoutesAlias.Home,
|
||||
meta: {
|
||||
title: '轮询管理',
|
||||
icon: ''
|
||||
},
|
||||
children: [
|
||||
{
|
||||
path: 'data-cleanup',
|
||||
name: 'DataCleanup',
|
||||
component: RoutesAlias.DataCleanup,
|
||||
meta: {
|
||||
title: '数据清理',
|
||||
keepAlive: true
|
||||
}
|
||||
},
|
||||
{
|
||||
path: 'alert-rules',
|
||||
name: 'AlertRules',
|
||||
component: RoutesAlias.AlertRules,
|
||||
meta: {
|
||||
title: '告警规则',
|
||||
keepAlive: true
|
||||
}
|
||||
},
|
||||
{
|
||||
path: 'alert-history',
|
||||
name: 'AlertHistory',
|
||||
component: RoutesAlias.AlertHistory,
|
||||
meta: {
|
||||
title: '告警历史',
|
||||
keepAlive: true
|
||||
}
|
||||
},
|
||||
{
|
||||
path: 'concurrency',
|
||||
name: 'PollingConcurrency',
|
||||
component: RoutesAlias.PollingConcurrency,
|
||||
meta: {
|
||||
title: '并发控制',
|
||||
keepAlive: true
|
||||
}
|
||||
},
|
||||
{
|
||||
path: 'config',
|
||||
name: 'PollingConfig',
|
||||
component: RoutesAlias.PollingConfig,
|
||||
meta: {
|
||||
title: '轮询配置',
|
||||
keepAlive: true
|
||||
}
|
||||
},
|
||||
{
|
||||
path: 'manual-trigger',
|
||||
name: 'ManualTrigger',
|
||||
component: RoutesAlias.ManualTrigger,
|
||||
meta: {
|
||||
title: '手动触发',
|
||||
keepAlive: true
|
||||
}
|
||||
},
|
||||
{
|
||||
path: 'monitor',
|
||||
name: 'PollingMonitor',
|
||||
component: RoutesAlias.PollingMonitor,
|
||||
meta: {
|
||||
title: '轮询监控',
|
||||
keepAlive: true
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user