fix:菜单路由修改
This commit is contained in:
@@ -354,6 +354,17 @@ export const customRoutes: GeneratedRoute[] = [
|
||||
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',
|
||||
path: '/billing/Internetdetails',
|
||||
@@ -362,7 +373,8 @@ export const customRoutes: GeneratedRoute[] = [
|
||||
title: '上网详单',
|
||||
i18nKey: 'view.billing_Internetdetails',
|
||||
icon: 'material-symbols:filter-list-off',
|
||||
order: 8
|
||||
order: 9,
|
||||
hideInMenu: true
|
||||
},
|
||||
},
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user