diff --git a/src/views/fileList/list.vue b/src/views/fileList/list.vue index e167b7b..70a6bdc 100644 --- a/src/views/fileList/list.vue +++ b/src/views/fileList/list.vue @@ -211,6 +211,7 @@ const handlePlay = async (row?: any) => { dialog.visible = true; }; const handleDown = async (row?: any) => { + console.log('111111111', row); if (!row || !row.zipUrl) { proxy?.$modal.msgError('下载地址不存在'); return;