This commit is contained in:
Vanessa 2022-06-11 00:51:42 +08:00
parent 81c1d785a7
commit 21f1f48a50
4 changed files with 12 additions and 12 deletions

View file

@ -250,7 +250,7 @@ export const globalShortcut = () => {
fetchPost("/api/system/logoutAuth", {}, () => {
exportLayout(false, () => {
window.location.href = "/";
})
});
});
event.preventDefault();
return;