fix: bugs

This commit is contained in:
xingyu4j
2022-11-07 13:25:23 +08:00
parent 77067a11bb
commit 4b7e7d61f7
2 changed files with 17 additions and 2 deletions

View File

@ -125,7 +125,7 @@ const handleLogin = async (params) => {
redirect.value = '/'
}
push({ path: redirect.value || permissionStore.addRouters[0].path })
} finally {
} catch {
loginLoading.value = false
}
}