diff --git a/src/components/McChat.vue b/src/components/McChat.vue index 4bbc3a1..bf1bf10 100644 --- a/src/components/McChat.vue +++ b/src/components/McChat.vue @@ -153,6 +153,7 @@ const onSubmit = async (evt) => { inputValue.value=''; startPage.value = false; + autoScroll.value = true; // 用户发送消息 messages.value.push({ @@ -167,7 +168,7 @@ const onSubmit = async (evt) => { try { const stream = await apiClient.workflows.runs.stream({ - workflow_id: "7576194460502753314", + workflow_id: "7576194460502753314",//"7576194460502753314", 7576489636617732096 parameters: { theme: evt, },