isv-robot %!s(int64=2) %!d(string=hai) anos
pai
achega
2e8c39bb8a
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

@@ -160,7 +160,7 @@ export default {
           this.loading = true
           this.$store.dispatch('user/login', this.loginForm).then(() => {
             // this.$router.push({ path: this.redirect || '/' })
-            this.$router.push({ path: '/dashboard-sceen' })
+            this.$router.push({ path: '/dashboard-screen' })
             this.loading = false
           }).catch(() => {
             this.loading = false