mirror of
https://github.com/yudaocode/yudao-ui-admin-vue3.git
synced 2026-05-14 06:48:34 +00:00
[代码优化]AI: 思维导图
This commit is contained in:
@@ -150,7 +150,7 @@ const handleImageButtonClick = async (type: string, imageDetail: ImageVO) => {
|
||||
}
|
||||
// 下载
|
||||
if (type === 'download') {
|
||||
await download.image(imageDetail.picUrl)
|
||||
await download.image({ url: imageDetail.picUrl })
|
||||
return
|
||||
}
|
||||
// 重新生成
|
||||
|
||||
Reference in New Issue
Block a user