liujq 2 lat temu
rodzic
commit
f234d1055a
1 zmienionych plików z 1 dodań i 1 usunięć
  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(() => {