跳转问题修改

This commit is contained in:
chenze 2024-11-11 10:24:26 +08:00
parent 31cb6a9136
commit ae9e5bad22

View File

@ -59,6 +59,7 @@ export default {
return this.Logout({}) return this.Logout({})
.then(() => { .then(() => {
setTimeout(() => { setTimeout(() => {
this.$router.push({ path: '/user/login' })
window.location.reload() window.location.reload()
}, 16) }, 16)
}) })