liujq 2 年之前
父节点
当前提交
f234d1055a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/login/index.vue

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

@@ -159,7 +159,7 @@ export default {
           this.$store.dispatch('user/login', this.loginForm).then(() => {
             window.setTimeout(() => {
               this.$router.push({ path: '/'})
-              // this.$router.go(0)
+              this.$router.go(0)
               this.loading = false
             }, 1000)
           }).catch(() => {