diff --git a/web/src/components/AgentChatComponent.vue b/web/src/components/AgentChatComponent.vue index 844915a6..d1e072cc 100644 --- a/web/src/components/AgentChatComponent.vue +++ b/web/src/components/AgentChatComponent.vue @@ -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('请求失败'); }