From c55dcde655604fa536327b117deaf58292640110 Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期四, 06 十一月 2025 09:35:21 +0800
Subject: [PATCH] feat: 1.3

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

diff --git a/src/router/index.ts b/src/router/index.ts
index 5625665..8020e3f 100644
--- a/src/router/index.ts
+++ b/src/router/index.ts
@@ -442,6 +442,45 @@
           icon: 'home',
         },
       },
+      {
+        path: '/CustomerRechargeRecord/:id',
+        name: 'CustomerRechargeRecord',
+        hidden: true,
+        alwaysShow: false,
+        component: () => import('@/views/FinanceManage/CustomerRechargeRecord.vue'),
+        meta: {
+          rank: 10074,
+          title: '鍏呭�艰褰�',
+          // rootMenu: true,
+          icon: 'home',
+        },
+      },
+      {
+        path: '/AccountManage',
+        name: 'AccountManage',
+        hidden: false,
+        alwaysShow: true,
+        component: () => import('@/views/FinanceManage/AccountManage.vue'),
+        meta: {
+          rank: 10075,
+          title: '璐︽埛绠$悊',
+          // rootMenu: true,
+          icon: 'home',
+        },
+      },
+      {
+        path: '/CustomerRechargeManage',
+        name: 'CustomerRechargeManage',
+        hidden: false,
+        alwaysShow: true,
+        component: () => import('@/views/FinanceManage/CustomerRechargeManage.vue'),
+        meta: {
+          rank: 10074,
+          title: '瀹㈡埛鍏呭�肩鐞�',
+          // rootMenu: true,
+          icon: 'home',
+        },
+      },
     ],
   },
 

--
Gitblit v1.9.1