Merge remote-tracking branch 'origin/shoot-hand-html' into shoot-hand-html

This commit is contained in:
471615499@qq.com 2024-11-11 12:31:49 +08:00
commit 4d188384e0

View File

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