From 2a009e7374caaf7b4b106bf6be32ea93e29364a7 Mon Sep 17 00:00:00 2001 From: wupengfei <834520024@qq.com> Date: 星期一, 08 九月 2025 13:16:12 +0800 Subject: [PATCH] fix: bug --- src/router/index.ts | 26 +++++++++++++------------- 1 files changed, 13 insertions(+), 13 deletions(-) diff --git a/src/router/index.ts b/src/router/index.ts index 98978f2..aa8aa80 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -256,19 +256,19 @@ icon: 'home', }, }, - { - path: '/BalanceManage', - name: 'BalanceManage', - hidden: false, - alwaysShow: true, - component: () => import('@/views/ServiceChargeManage/BalanceManage.vue'), - meta: { - rank: 10042, - title: '浣欓绠$悊', - // rootMenu: true, - icon: 'home', - }, - }, + // { + // path: '/BalanceManage', + // name: 'BalanceManage', + // hidden: false, + // alwaysShow: true, + // component: () => import('@/views/ServiceChargeManage/BalanceManage.vue'), + // meta: { + // rank: 10042, + // title: '浣欓绠$悊', + // // rootMenu: true, + // icon: 'home', + // }, + // }, { path: '/ServiceChargeDetail/:id', name: 'ServiceChargeDetail', -- Gitblit v1.9.1