auto push

This commit is contained in:
kinou-p 2023-06-15 18:12:04 +02:00
parent 8a706ad987
commit aac7bfef3b

View File

@ -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);