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