This commit is contained in:
kimdaae328 2025-02-20 19:49:53 +09:00
parent 638f5c4de5
commit 2da40134c3

View File

@ -68,6 +68,7 @@
</template> </template>
<script setup> <script setup>
import axios from '@api';
import { defineProps, defineEmits, ref } from 'vue'; import { defineProps, defineEmits, ref } from 'vue';
import BoardProfile from './BoardProfile.vue'; import BoardProfile from './BoardProfile.vue';
import BoardCommentArea from './BoardCommentArea.vue'; import BoardCommentArea from './BoardCommentArea.vue';
@ -207,7 +208,7 @@ const submitPassword = async () => {
try { try {
const response = await axios.post(`board/${props.comment.commentId}/password`, { const response = await axios.post(`board/${props.comment.commentId}/password`, {
LOCCMTPWD: password.value, LOCCMTPWD: password.value,
LOCCMTSEQ: props.comment.commentId, LOCCMTSEQ: 288,
}); });
console.log("응답!!!!!!!!", response); // console.log("응답!!!!!!!!", response); //