3rd_fix download

This commit is contained in:
beabigegg
2025-09-02 16:47:16 +08:00
parent b11a8272c4
commit e6e5332705
24 changed files with 1671 additions and 167 deletions

View File

@@ -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'
})
},