mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-10-14 05:43:41 +08:00
fix(projects): fix request msg
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user