generated from wzp/v3-admin-vite
fix: remove not used router
This commit is contained in:
parent
280ba2291e
commit
802f185220
@ -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"),
|
||||
|
Loading…
x
Reference in New Issue
Block a user