diff --git a/src/views/test/index.vue b/src/views/test/index.vue index 31dbc596..c10c3b89 100644 --- a/src/views/test/index.vue +++ b/src/views/test/index.vue @@ -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) },