fix: 修改登录成功跳转首页

This commit is contained in:
YeMingfei666 2025-03-26 02:04:48 +08:00
parent 3b7927503d
commit 586361cc4f
1 changed files with 2 additions and 1 deletions

View File

@ -206,7 +206,8 @@ function handleLogin() {
const { path, queryParams } = parseRedirect();
console.log(path, queryParams);
router.replace({ path: path, query: queryParams });
// router.replace({ path: path, query: queryParams });
router.replace({ path: "/" });
})
.catch(() => {
state.loading = false;