Skip to content

Commit

Permalink
[Fix] 로그인 후 리다이렉트 메인으로 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
study2895 committed Dec 2, 2024
1 parent ef0c314 commit 80a8e2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/login/login/LoginScript.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export default {

alert('로그인 성공!')
// 로그인 성공 후 MyPage로 리다이렉트
this.$router.push('/mypage')
this.$router.push('/main')
}
} catch (error) {
// 로그인 실패 처리
Expand Down

0 comments on commit 80a8e2e

Please sign in to comment.