feat: 滚动的优化
This commit is contained in:
@@ -153,6 +153,7 @@ const onSubmit = async (evt) => {
|
|||||||
|
|
||||||
inputValue.value='';
|
inputValue.value='';
|
||||||
startPage.value = false;
|
startPage.value = false;
|
||||||
|
autoScroll.value = true;
|
||||||
|
|
||||||
// 用户发送消息
|
// 用户发送消息
|
||||||
messages.value.push({
|
messages.value.push({
|
||||||
@@ -167,7 +168,7 @@ const onSubmit = async (evt) => {
|
|||||||
|
|
||||||
try {
|
try {
|
||||||
const stream = await apiClient.workflows.runs.stream({
|
const stream = await apiClient.workflows.runs.stream({
|
||||||
workflow_id: "7576194460502753314",
|
workflow_id: "7576194460502753314",//"7576194460502753314", 7576489636617732096
|
||||||
parameters: {
|
parameters: {
|
||||||
theme: evt,
|
theme: evt,
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user