2
0

fix:菜单结构修改

This commit is contained in:
zhongzm
2025-01-17 16:34:56 +08:00
parent db34e59755
commit 6fb3954a4d
5 changed files with 51 additions and 33 deletions

View File

@@ -310,16 +310,17 @@ export const customRoutes: GeneratedRoute[] = [
order: 3,
}
},
{
name: 'endpoint_cdrlrecords',
path: '/endpoint/cdrlrecords',
component: 'view.endpoint_cdrlrecords',
meta: {
title: 'cdr记录',
i18nKey: 'view.endpoint_cdrlrecords',
icon: 'material-symbols:filter-list-off',
order: 4
},}
// {
// name: 'endpoint_cdrlrecords',
// path: '/endpoint/cdrlrecords',
// component: 'view.endpoint_cdrlrecords',
// meta: {
// title: 'cdr记录',
// i18nKey: 'view.endpoint_cdrlrecords',
// icon: 'material-symbols:filter-list-off',
// order: 4
// },
// }
]
},
{
@@ -403,6 +404,17 @@ export const customRoutes: GeneratedRoute[] = [
hideInMenu: true
},
},
{
name: 'billing_cdrlrecords',
path: '/billing/cdrlrecords',
component: 'view.billing_cdrlrecords',
meta: {
title: 'cdr记录',
i18nKey: 'view.endpoint_cdrlrecords',
icon: 'material-symbols:filter-list-off',
order: 4
},
}
]
},
{