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'),