[前端] 登出 cookie remove JWT

This commit is contained in:
dev01 2023-10-05 18:27:19 +08:00
parent 18746d5a42
commit 042b41b161

View File

@ -1164,6 +1164,7 @@ License: You must have a valid license purchased only from wrapbootstrap.com (li
localStorage.removeItem("JWT-Authorization");
sessionStorage.removeItem("pageAct");
sessionStorage.removeItem("lastPage");
cookies.remove("JWT-Authorization");
location.href = "/logout";
});