feat: 移除主页相关组件及路由配置,优化路由映射
This commit is contained in:
@@ -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"),
|
||||
|
||||
Reference in New Issue
Block a user