tab 优化

This commit is contained in:
lix
2025-07-24 08:46:25 +08:00
parent e7502c2b2d
commit c966ea30d9
5 changed files with 69 additions and 46 deletions

View File

@ -64,7 +64,7 @@ const GlobalHeaderRight: React.FC<{}> = (props) => {
sessionStorage.clear();
cookie.remove('mall3_token');
setTimeout(() => {
history.push('/internal-login');
history.push('/login');
}, 1000);
}
})