isv-robot hace 2 años
padre
commit
2e8c39bb8a
Se han modificado 1 ficheros con 1 adiciones y 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