refactor: login page

This commit is contained in:
xiaoxian521
2021-11-06 17:03:40 +08:00
parent f19f27510b
commit 544e474e98
8 changed files with 1 additions and 376 deletions

View File

@@ -11,16 +11,6 @@ const remainingRouter = [
rank: 101
}
},
{
path: "/register",
name: "register",
component: () => import("/@/views/register.vue"),
meta: {
title: "message.hsregister",
showLink: false,
rank: 102
}
},
{
path: "/redirect",
name: "redirect",