fix(web): workflow's chat

This commit is contained in:
zhaoying
2026-01-13 10:19:04 +08:00
parent 7eb0d84947
commit bca4b22453
4 changed files with 74 additions and 40 deletions

View File

@@ -1,7 +1,7 @@
import { cookieUtils } from './request'
export const clearAuthData = () => {
console.log("Clearing auth data and redirecting to login");
sessionStorage.clear();
localStorage.clear()
// sessionStorage.clear();
// localStorage.clear()
cookieUtils.clear();
}