mirror of
https://gitee.com/dromara/Jpom.git
synced 2024-12-03 20:38:52 +08:00
fix old page loginOut
This commit is contained in:
parent
d45b3ebe2b
commit
8ecc1500cb
@ -103,6 +103,11 @@
|
||||
key: "loginOut",
|
||||
value: true
|
||||
});
|
||||
try {
|
||||
localStorage.removeItem('Jpom-Token');
|
||||
localStorage.removeItem('Jpom-Long-Term-Token');
|
||||
}catch (e) {
|
||||
}
|
||||
window.location.href = inNode ? "../logout" : "./logout";
|
||||
})
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user