zhaoke 3 years ago
parent
commit
78a1e5973a
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/App.vue

+ 2 - 0
src/App.vue

@@ -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;