mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-30 10:28:42 +00:00
code
This commit is contained in:
@@ -96,7 +96,7 @@ export const moduleFetch = ({ url, data, res }: Props) =>
|
||||
data: JSON.stringify(data)
|
||||
});
|
||||
} else if (item.event === sseResponseEventEnum.error) {
|
||||
return reject(getErrText(data, '流响应错误'));
|
||||
return reject(data);
|
||||
}
|
||||
});
|
||||
read();
|
||||
|
Reference in New Issue
Block a user