.
This commit is contained in:
parent
87acf373d9
commit
638f5c4de5
@ -213,15 +213,15 @@ const submitPassword = async () => {
|
||||
console.log("응답!!!!!!!!", response); // 서버 응답 전체 확인
|
||||
console.log("응답 데이터:", response.data);
|
||||
|
||||
// if (response.data.code === 200 && response.data.data === true) {
|
||||
// console.log('되는거니')
|
||||
if (response.data.code === 200 && response.data.data === true) {
|
||||
console.log('되는거니')
|
||||
// deleteComment()
|
||||
// // password.value = '';
|
||||
// // isPassword.value = false;
|
||||
// // isEditTextarea.value = true;
|
||||
// } else {
|
||||
// passwordAlert.value = "비밀번호가 일치하지 않습니다.";
|
||||
// }
|
||||
} else {
|
||||
passwordAlert.value = "비밀번호가 일치하지 않습니다.";
|
||||
}
|
||||
} catch (error) {
|
||||
passwordAlert.value = "비밀번호 검증 중 오류가 발생했습니다.";
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user