auto push
This commit is contained in:
parent
8a706ad987
commit
aac7bfef3b
@ -4,7 +4,7 @@
|
||||
function Logout(){
|
||||
|
||||
localStorage.clear();
|
||||
const path = `http://''/`;
|
||||
const path = 'http://' + process.env.BASE_URL + '/';
|
||||
// history(path, { replace: true });
|
||||
// window.location.replace(path);
|
||||
// window.history.pushState({}, '', path);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user