Compare commits

...

2 Commits

2 changed files with 0 additions and 2 deletions

View File

@ -53,7 +53,6 @@ router.beforeEach(async (to, from, next) => {
} else {
next(`/login?redirect=${to.path}`);
}
window.location.reload(); // 强制刷新以重置路由,避免卡在白屏
}
});

View File

@ -52,7 +52,6 @@ router.beforeEach(async (to, from, next) => {
} else {
next(`/login?redirect=${to.path}`);
}
window.location.reload(); // 强制刷新以重置路由,避免卡在白屏
}
});