This commit is contained in:
lcw
2026-01-14 17:49:38 +08:00
parent 8cce4acf48
commit 32d7076e89
52 changed files with 620 additions and 481 deletions

View File

@ -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",