From 218379aa6a22995bd0fd51a30f0b6b9253746669 Mon Sep 17 00:00:00 2001 From: houzhongjian <houzhongyi@126.com> Date: 星期一, 12 五月 2025 10:32:04 +0800 Subject: [PATCH] ai工业大模型代码提交 --- src/views/ai/image/index/components/ImageList.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/ai/image/index/components/ImageList.vue b/src/views/ai/image/index/components/ImageList.vue index 9ffde77..ced006f 100644 --- a/src/views/ai/image/index/components/ImageList.vue +++ b/src/views/ai/image/index/components/ImageList.vue @@ -150,7 +150,7 @@ } // 下载 if (type === 'download') { - await download.image(imageDetail.picUrl) + await download.image({ url: imageDetail.picUrl }) return } // 重新生成 -- Gitblit v1.9.3