This commit is contained in:
Leo
2026-01-19 14:11:26 +08:00
parent d8e71d9bf2
commit 5118598d83
2 changed files with 11 additions and 4 deletions

View File

@@ -86,7 +86,7 @@ export default {
type: 'warning'
}).then(() => {
this.$store.dispatch('LogOut').then(() => {
location.href = '/index'
this.$router.push('/login')
})
}).catch(() => {})
}