liujq 4 years ago
parent
commit
56e4171809
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/login/index.vue

+ 1 - 1
src/views/login/index.vue

@@ -113,7 +113,7 @@ export default {
             this.$router.push({ path: '/'})
             window.setTimeout(() => {
               this.$router.go(0)
-            }, 100)
+            }, 500)
             // this.$router.push({ path: this.redirect || '/' })
             // if (this.redirect && this.redirect !== '/dashboard') {
             //   window.setTimeout(() => {