From 3358c19f60e2d9dabb55385a57de1bea7e1574f5 Mon Sep 17 00:00:00 2001 From: zhongzm Date: Fri, 10 Jan 2025 14:49:45 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E8=8F=9C=E5=8D=95=E8=B7=AF=E7=94=B1?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/elegant/routes.ts | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/src/router/elegant/routes.ts b/src/router/elegant/routes.ts index 3554aa6..76d6453 100644 --- a/src/router/elegant/routes.ts +++ b/src/router/elegant/routes.ts @@ -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 }, }, ]