1
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
a5c3dac047
commit
753127381f
|
|
@ -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)
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue