perf:关闭注册入口

This commit is contained in:
Xwen
2023-12-24 16:23:32 +08:00
parent bf5848b5f5
commit 47b5bf3dc9
3 changed files with 2 additions and 443 deletions

View File

@@ -31,12 +31,6 @@ const router = createRouter({
path: "/register",
component: () => import("../views/Register.vue"),
},
{
name: "testLogin",
path: "/test-register",
// component: () => import("../views/Login.vue"),
component: () => import("../views/test/index.vue"),
},
],
},
{