From 9333310fba048b61afdb4fb4c2318d3fd8482eaf Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期五, 07 十一月 2025 13:08:59 +0800
Subject: [PATCH] feat: 接口
---
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