From b331f884097a2dc5086c8cf043c8c8f52e7640fe Mon Sep 17 00:00:00 2001 From: wupengfei <834520024@qq.com> Date: 星期五, 12 九月 2025 17:34:39 +0800 Subject: [PATCH] Merge branch 'master' into dev-v1.1 --- 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