From 9f9830d466ed12e2a987283cbdc50ce8198b36e5 Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期一, 10 十一月 2025 09:41:54 +0800
Subject: [PATCH] fix: bug

---
 src/router/index.ts |   28 +++++++++++++++++++++++++++-
 1 files changed, 27 insertions(+), 1 deletions(-)

diff --git a/src/router/index.ts b/src/router/index.ts
index 471e5bb..ed1c6e2 100644
--- a/src/router/index.ts
+++ b/src/router/index.ts
@@ -389,7 +389,33 @@
         component: () => import('@/views/FinanceManage/FinanceManage.vue'),
         meta: {
           rank: 10071,
-          title: '璐㈠姟绠$悊',
+          title: '鍙戞斁鏄庣粏',
+          // rootMenu: true,
+          icon: 'home',
+        },
+      },
+      {
+        path: '/BalanceManageV2',
+        name: 'BalanceManageV2',
+        hidden: false,
+        alwaysShow: true,
+        component: () => import('@/views/FinanceManage/BalanceManageV2.vue'),
+        meta: {
+          rank: 10072,
+          title: '浣欓绠$悊',
+          // rootMenu: true,
+          icon: 'home',
+        },
+      },
+      {
+        path: '/BalanceRechargeRecord/:id',
+        name: 'BalanceRechargeRecord',
+        hidden: true,
+        alwaysShow: false,
+        component: () => import('@/views/FinanceManage/BalanceRechargeRecord.vue'),
+        meta: {
+          rank: 10073,
+          title: '鍏呭�艰褰�',
           // rootMenu: true,
           icon: 'home',
         },

--
Gitblit v1.9.1