wip: Form升级中

This commit is contained in:
kailong321200875
2023-04-26 17:49:30 +08:00
parent 09fe3467f6
commit 28d1654b20
6 changed files with 779 additions and 694 deletions

View File

@@ -26,7 +26,7 @@ const whiteList = ['/login'] // 不重定向白名单
router.beforeEach(async (to, from, next) => {
start()
loadStart()
if (wsCache.get(appStore.getUserInfo)) {
if (!wsCache.get(appStore.getUserInfo)) {
if (to.path === '/login') {
next({ path: '/' })
} else {