Update web/src/components/AgentChatComponent.vue

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Wenjie Zhang 2025-04-05 17:29:53 +08:00 committed by GitHub
parent 693d05d808
commit 606ac52d43
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -360,8 +360,7 @@ const sendMessageWithText = async (text) => {
body: JSON.stringify(requestData)
});
console.log("requestData", requestData);
// console.log("requestData", requestData);
if (!response.ok) {
throw new Error('请求失败');
}