feat: 移除主页相关组件及路由配置,优化路由映射

This commit is contained in:
2026-01-22 16:52:32 +07:00
parent fbc2bf96ee
commit 2b8b9059b9
5 changed files with 0 additions and 23 deletions

View File

@@ -21,7 +21,6 @@ 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"),
home: () => import("@/views/home/index.vue"),
kyc: () => import("@/views/kyc/index.vue"),
news: () => import("@/views/news/index.vue"),
product: () => import("@/views/product/index.vue"),