review代码调整代码
This commit is contained in:
@@ -107,6 +107,8 @@ class RequestHttp {
|
||||
download(url: string, params?: object, _object = {}): Promise<BlobPart> {
|
||||
return this.service.post(url, params, { ..._object, responseType: "blob" });
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
export default new RequestHttp(config);
|
||||
|
||||
Reference in New Issue
Block a user