From 0a83c5e811ff2a3ab0bb63b045ae35dc34198128 Mon Sep 17 00:00:00 2001 From: zhengyiming <540361168@qq.com> Date: 星期一, 08 九月 2025 15:59:06 +0800 Subject: [PATCH] Merge branch 'master' of http://120.26.58.240:8888/r/flexJobAdminBClient --- 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