feat: 添加兑换功能,新增兑换页面及相关逻辑,优化钱包选择和交易密码验证流程

This commit is contained in:
2026-01-19 01:09:01 +07:00
parent 90a4efc81a
commit 2c16893e87
3 changed files with 589 additions and 1 deletions

View File

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