liujq 4 년 전
부모
커밋
56e4171809
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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(() => {