feat: 更新 '@capp/eden' 依赖至 0.0.19,添加转账记录页面及相关逻辑,优化提现功能

This commit is contained in:
2026-01-19 03:19:33 +07:00
parent 8f7fa41cb8
commit a884a90283
12 changed files with 384 additions and 28 deletions

View File

@@ -134,6 +134,11 @@ const routes: Array<RouteRecordRaw> = [
component: () => import("@/views/transfer/index.vue"),
meta: { requiresAuth: true },
},
{
path: "/transfer/records",
component: () => import("@/views/transfer/records.vue"),
meta: { requiresAuth: true },
},
{
path: "/exchange",
component: () => import("@/views/exchange/index.vue"),