isv-robot 2 년 전
부모
커밋
2e8c39bb8a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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