Commit a747dfeb by tang

fix: 修改文件夹名称

parent 4da590b1
...@@ -22,22 +22,22 @@ const routes = [ ...@@ -22,22 +22,22 @@ const routes = [
{ {
path:"/404", path:"/404",
name:"404", name:"404",
component:() => import("@/views/entry/404") component:() => import("@/views/User/404")
}, },
{ {
path: "/login", path: "/login",
name: "login", name: "login",
component: () => import("@/views/entry/index"), component: () => import("@/views/User/index"),
}, },
{ {
path: "/register", path: "/register",
name: "register", name: "register",
component: () => import("@/views/entry/index"), component: () => import("@/views/User/index"),
}, },
{ {
path: "/reset-pass", path: "/reset-pass",
name: "reset-pass", name: "reset-pass",
component: () => import("@/views/entry/index"), component: () => import("@/views/User/index"),
}, },
] ]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment