diff --git a/src/router/index.ts b/src/router/index.ts index 5b7356b..ba0d48a 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -4,19 +4,6 @@ const Layout = () => import("@/layout/index.vue") /** 常驻路由 */ export const constantRoutes: RouteRecordRaw[] = [ - { - path: "/redirect", - component: Layout, - meta: { - hidden: true - }, - children: [ - { - path: "/redirect/:path(.*)", - component: () => import("@/views/redirect/index.vue") - } - ] - }, { path: "/403", component: () => import("@/views/error-page/403.vue"),