Merge branch 'main' into refactor/theme

This commit is contained in:
xiaoxian521
2021-11-07 13:32:38 +08:00
28 changed files with 640 additions and 700 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",