From db34e5975538f7901e2ca0a3a0e2dc92e0b9c5fc Mon Sep 17 00:00:00 2001 From: zhongzm Date: Fri, 17 Jan 2025 16:26:41 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E9=9A=90=E8=97=8F=E5=8E=86?= =?UTF-8?q?=E5=8F=B2=E8=B4=A6=E5=8D=95=EF=BC=88=E6=9C=AA=E6=8E=A5=E9=80=9A?= =?UTF-8?q?=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/elegant/routes.ts | 22 +++++++++++----------- src/views/billing/billservice/index.vue | 10 +++++----- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/src/router/elegant/routes.ts b/src/router/elegant/routes.ts index 1513991..ff873bc 100644 --- a/src/router/elegant/routes.ts +++ b/src/router/elegant/routes.ts @@ -358,17 +358,17 @@ export const customRoutes: GeneratedRoute[] = [ // hideInMenu: true }, }, - { - name: 'billing_histories', - path: '/billing/histories', - component: 'view.billing_histories', - meta: { - title: '历史查询', - i18nKey: 'view.billing_histories', - icon: 'material-symbols:filter-list-off', - order: 3 - }, - }, + // { + // name: 'billing_histories', + // path: '/billing/histories', + // component: 'view.billing_histories', + // meta: { + // title: '历史查询', + // i18nKey: 'view.billing_histories', + // icon: 'material-symbols:filter-list-off', + // order: 3 + // }, + // }, { name: 'billing_rechargehistory', path: '/billing/rechargehistory', diff --git a/src/views/billing/billservice/index.vue b/src/views/billing/billservice/index.vue index 97567bc..5f33f1e 100644 --- a/src/views/billing/billservice/index.vue +++ b/src/views/billing/billservice/index.vue @@ -20,11 +20,11 @@ const menuItems = [ path: '/billing/recharge' }, - { - icon: CreditCardOutlined, - title: t('page.histories.Historicalbilling'), - path: '/billing/histories' - }, + // { + // icon: CreditCardOutlined, + // title: t('page.histories.Historicalbilling'), + // path: '/billing/histories' + // }, { icon: DollarOutlined, title: t('page.Rechargehistory.recharge'),