1
continuous-integration/drone/push Build is passing Details

main
wangxiaoshuang 2026-05-07 16:05:42 +08:00
parent a5c3dac047
commit 753127381f
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ export default {
async LoopDownload(arr, index) {
if (index >= arr.length) return false
let res = await this.handleExportImage(false, true, arr[index])
console.log(res, 'res')
console.log(res, arr[index], 'res')
index++
this.LoopDownload(arr, index)
},