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

@@ -194,7 +194,7 @@ export function resetRouter() {
}
// 路由白名单
const whiteList = ["/login", "/register"];
const whiteList = ["/login"];
router.beforeEach((to, _from, next) => {
if (to.meta?.keepAlive) {