This commit is contained in:
archer
2023-07-17 22:05:45 +08:00
parent 509ca92f0a
commit ecce182a20
16 changed files with 1395 additions and 1422 deletions

View File

@@ -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();