fix: add way error

This commit is contained in:
engigu
2024-01-02 20:57:50 +08:00
parent 66be70751f
commit 1ff7d12fb1
8 changed files with 8 additions and 18 deletions
-1
View File
@@ -55,7 +55,6 @@ export default {
const clickLogout = () => {
localStorage.removeItem(CONSTANT.STORE_TOKEN_NAME);
console.log('clickLogout')
router.push('/login', { replace: true }).then(() => { router.go() });
};