liujq %!s(int64=2) %!d(string=hai) anos
pai
achega
f234d1055a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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(() => {