feat: 添加充值记录页面,支持显示充值记录和统计信息,集成支付方式和状态管理

This commit is contained in:
2026-01-18 04:23:02 +07:00
parent f57178dd21
commit 86071ebd7a
3 changed files with 371 additions and 1 deletions

View File

@@ -104,6 +104,11 @@ const routes: Array<RouteRecordRaw> = [
component: () => import("@/views/recharge/index.vue"),
meta: { requiresAuth: true },
},
{
path: "/recharge/records",
component: () => import("@/views/recharge/records.vue"),
meta: { requiresAuth: true },
},
];
const router = createRouter({