feat: 更新环境配置,修改 API 地址和版本,添加充值页面,集成支付方式选择和表单验证

This commit is contained in:
2026-01-18 04:12:58 +07:00
parent 6ce12f0275
commit f57178dd21
6 changed files with 617 additions and 66 deletions

View File

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