chore: 修复构建文件
This commit is contained in:
@@ -27,11 +27,11 @@ const router = createRouter({
|
|||||||
// component: () => import("../views/Login.vue"),
|
// component: () => import("../views/Login.vue"),
|
||||||
component: () => import("../views/login/index.vue"),
|
component: () => import("../views/login/index.vue"),
|
||||||
},
|
},
|
||||||
{
|
// {
|
||||||
name: "register",
|
// name: "register",
|
||||||
path: "/register",
|
// path: "/register",
|
||||||
component: () => import("../views/Register.vue"),
|
// component: () => import("../views/Register.vue"),
|
||||||
},
|
// },
|
||||||
{
|
{
|
||||||
name: "auth",
|
name: "auth",
|
||||||
path: "/auth/:type",
|
path: "/auth/:type",
|
||||||
|
|||||||
Reference in New Issue
Block a user