liujq hace 4 años
padre
commit
56e4171809
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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(() => {