From a4c8af10820aa23821eb10a952ae543bbb814589 Mon Sep 17 00:00:00 2001 From: Ironsp <1522278303@qq.com> Date: Fri, 5 Jun 2026 10:31:02 +0800 Subject: [PATCH] =?UTF-8?q?feat=20=E4=B8=8B=E8=BD=BD=E8=81=94=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/fileList/list.vue | 1 + 1 file changed, 1 insertion(+) 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;