fix(projects): fix request msg

This commit is contained in:
Soybean
2024-02-04 00:14:17 +08:00
parent 6ea9b85ff1
commit ae6b6134f3
2 changed files with 7 additions and 7 deletions

View File

@ -61,8 +61,8 @@ function createCommonRequest<ResponseData = any>(
'the backend request error',
BACKEND_ERROR_CODE,
response.config,
response,
response.request
response.request,
response
);
await opts.onError(backendError);