feat: 添加法币充值页面,更新相关路由和组件,优化钱包卡片以支持充值功能

This commit is contained in:
2025-12-14 00:52:28 +07:00
parent 2c4df90b31
commit f78dfa87ed
9 changed files with 123 additions and 14 deletions

View File

@@ -40,6 +40,10 @@ const routes: Array<RouteRecordRaw> = [
path: "/onchain-address",
component: () => import("@/views/onchain-address/index.vue"),
},
{
path: "/deposit/fiat",
component: () => import("@/views/deposit/fiat.vue"),
},
];
const router = createRouter({