chore: 修复构建文件

This commit is contained in:
橙子
2024-03-04 23:02:17 +08:00
parent 3f80307154
commit 257197e1f1
3 changed files with 5 additions and 5 deletions

View File

@@ -27,11 +27,11 @@ const router = createRouter({
// component: () => import("../views/Login.vue"),
component: () => import("../views/login/index.vue"),
},
{
name: "register",
path: "/register",
component: () => import("../views/Register.vue"),
},
// {
// name: "register",
// path: "/register",
// component: () => import("../views/Register.vue"),
// },
{
name: "auth",
path: "/auth/:type",