2
0

fix:菜单路由修改

This commit is contained in:
zhongzm
2025-01-10 14:49:45 +08:00
parent c0a51e2044
commit 3358c19f60

View File

@@ -354,6 +354,17 @@ export const customRoutes: GeneratedRoute[] = [
order: 7 order: 7
}, },
}, },
{
name: 'billing_packagehistories',
path: '/billing/packagehistories',
component: 'view.billing_packagehistories',
meta: {
title: '套餐记录',
i18nKey: 'view.billing_packagehistories',
icon: 'material-symbols:filter-list-off',
order: 8
},
},
{ {
name: 'billing_Internetdetails', name: 'billing_Internetdetails',
path: '/billing/Internetdetails', path: '/billing/Internetdetails',
@@ -362,7 +373,8 @@ export const customRoutes: GeneratedRoute[] = [
title: '上网详单', title: '上网详单',
i18nKey: 'view.billing_Internetdetails', i18nKey: 'view.billing_Internetdetails',
icon: 'material-symbols:filter-list-off', icon: 'material-symbols:filter-list-off',
order: 8 order: 9,
hideInMenu: true
}, },
}, },
] ]