lcw
This commit is contained in:
@ -340,6 +340,11 @@ export const publicRoutes = [
|
||||
name: "login",
|
||||
component: () => import("@/views/login/index")
|
||||
},
|
||||
{
|
||||
path: "/404",
|
||||
name: "404",
|
||||
component: () => import("@/views/error/404")
|
||||
},
|
||||
// {
|
||||
// path: "/homeMy",
|
||||
// name: "homeMy",
|
||||
|
||||
Reference in New Issue
Block a user