From 8bc21524902cc297ccaaad99ab2a9c48d9309564 Mon Sep 17 00:00:00 2001 From: kimdaae328 Date: Fri, 28 Feb 2025 14:44:30 +0900 Subject: [PATCH] =?UTF-8?q?=EC=BD=98=EC=86=94=20=EC=82=AD=EC=A0=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/board/BoardView.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/board/BoardView.vue b/src/views/board/BoardView.vue index 2f5bb28..653c54d 100644 --- a/src/views/board/BoardView.vue +++ b/src/views/board/BoardView.vue @@ -675,7 +675,7 @@ const deleteReplyComment = async (comment) => { const targetComment = findCommentById(comment.commentId, comments.value); - console.log('잘되니?',comment) + // console.log('잘되니?',comment) try { const response = await axios.delete(`board/comment/${comment.commentId}`, { @@ -686,7 +686,7 @@ const deleteReplyComment = async (comment) => { await fetchComments(); if (targetComment) { - console.log('타겟',targetComment) + // console.log('타겟',targetComment) // ✅ 댓글 내용만 "삭제된 댓글입니다."로 변경하고, 구조는 유지 targetComment.content = "댓글이 삭제되었습니다."; targetComment.author = "알 수 없음"; // 익명 처리