|
@@ -250,9 +250,11 @@ export default {
|
|
|
}
|
|
|
if (num >= 5) {
|
|
|
await this.$store.dispatch('user/logout')
|
|
|
+ this.$store.dispatch("app/getErrorNum", 0);
|
|
|
this.clearAll()
|
|
|
this.$store.dispatch("app/toggleDialog", false)
|
|
|
this.$router.push(`/login?redirect=${this.$route.fullPath}`)
|
|
|
+ location.reload()
|
|
|
}
|
|
|
this.$message.error(res.message);
|
|
|
this.loading = false;
|