feat: 添加法币充值页面,更新相关路由和组件,优化钱包卡片以支持充值功能
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user