feat: 添加充值页面及相关路由和国际化支持
This commit is contained in:
@@ -21,6 +21,7 @@ export const views: Record<LastLevelRouteKey, RouteComponent | (() => Promise<Ro
|
||||
"iframe-page": () => import("@/views/_builtin/iframe-page/[url].vue"),
|
||||
login: () => import("@/views/_builtin/login/index.vue"),
|
||||
check: () => import("@/views/check/index.vue"),
|
||||
deposit: () => import("@/views/deposit/index.vue"),
|
||||
kyc: () => import("@/views/kyc/index.vue"),
|
||||
news: () => import("@/views/news/index.vue"),
|
||||
product: () => import("@/views/product/index.vue"),
|
||||
|
||||
Reference in New Issue
Block a user