3rd_fix download
This commit is contained in:
@@ -88,7 +88,7 @@ export const filesAPI = {
|
||||
* @param {string} jobUuid - 任務 UUID
|
||||
*/
|
||||
downloadAllFiles(jobUuid) {
|
||||
return request.get(`/files/${jobUuid}/download-all`, {
|
||||
return request.get(`/files/${jobUuid}/download/batch`, {
|
||||
responseType: 'blob'
|
||||
})
|
||||
},
|
||||
|
Reference in New Issue
Block a user