Commit 165f9a00 authored by 杨思琦's avatar 杨思琦

fix: 登出修改

parent 317eb79c
Pipeline #89578 waiting for manual action with stages
...@@ -249,6 +249,7 @@ export function logout(data) { ...@@ -249,6 +249,7 @@ export function logout(data) {
} }
if (window.refreshCurrentToken) clearInterval(window.refreshCurrentToken); if (window.refreshCurrentToken) clearInterval(window.refreshCurrentToken);
store.set('event:dropCache'); store.set('event:dropCache');
window.location.reload();
return { return {
type: LOGINOUT, type: LOGINOUT,
data: { data: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment