콘솔 삭제
This commit is contained in:
parent
2e013a54be
commit
b1dec17cc0
@ -104,7 +104,6 @@ const handleDelete = async () => {
|
||||
alert('게시물이 성공적으로 삭제되었습니다.');
|
||||
router.push({ name: 'BoardList' });
|
||||
} catch (error) {
|
||||
console.error('게시물 삭제 중 오류 발생:', error);
|
||||
alert('게시물 삭제에 실패했습니다.');
|
||||
}
|
||||
}
|
||||
|
||||
@ -120,7 +120,6 @@ const fetchBoardDetails = async () => {
|
||||
|
||||
// API 응답 데이터 반영
|
||||
const boardDetail = data.boardDetail || {};
|
||||
// console.log('boardDetail:', boardDetail);
|
||||
|
||||
profileName.value = data.author || '익명 사용자';
|
||||
boardTitle.value = data.title || '제목 없음';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user