fix: 修复登录超时后无限重定向问题

This commit is contained in:
chenjinsong
2021-08-27 11:24:51 +08:00
parent d1da718e2a
commit 4b5b6e5097
3 changed files with 2 additions and 3 deletions

View File

@@ -72,8 +72,6 @@ export default {
} else {
this.$message.error(this.$t('tip.unknownError'))
}
this.loading = false
this.blockOperation.query = false
}
).catch(e => {
this.loading = false