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

@ -56,7 +56,7 @@ export const initToolbarMore = () => {
fetchPost("/api/system/logoutAuth", {}, () => {
exportLayout(false, () => {
window.location.href = "/";
})
});
});
}
}).element);