fix:多页面 退出登录后 另一个白屏的问题

This commit is contained in:
zhangyu
2022-03-22 16:16:50 +08:00
parent b629ef4d89
commit cb6492b2a9

View File

@@ -192,7 +192,7 @@ export default {
},
testUser () {
if (this.username != localStorage.getItem('nz-username')) {
window.location.reload()
this.$router.go(0)
}
}
},