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(() => {