From bd2195ee0699192347290ec4952fc28534fa9a6d Mon Sep 17 00:00:00 2001 From: 2910410219 <2910410219@qq.com> Date: Wed, 13 May 2026 13:46:13 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=E8=AE=BE=E7=BD=AE=E5=AF=B9?= =?UTF-8?q?=E8=AF=9D=E6=A8=A1=E5=9E=8B=EF=BC=8C=E5=92=8C=E5=B7=A5=E4=BD=9C?= =?UTF-8?q?=E6=B5=81=E5=88=B7=E6=96=B0=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/digitalHuman/creation/index.vue | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/views/digitalHuman/creation/index.vue b/src/views/digitalHuman/creation/index.vue index 3925760..d433209 100644 --- a/src/views/digitalHuman/creation/index.vue +++ b/src/views/digitalHuman/creation/index.vue @@ -195,10 +195,10 @@
{{ currentWorkflowForCreation?.description || '填写表单参数进行内容创作' }}
- + 返回画布
@@ -400,7 +400,7 @@
新建 - 刷新 +
@@ -440,7 +440,7 @@
新建 - 刷新 +
@@ -1238,11 +1238,11 @@ const sendMessage = async () => { try { // 1. 先上传文件到 OSS,获取文件 URL const fileUrls: string[] = []; - + if (isFromWorkspace.value && currentWorkflowForCreation.value?.fileUrls) { fileUrls.push(...currentWorkflowForCreation.value.fileUrls); } - + if (selectedFiles.value.length > 0) { for (const file of selectedFiles.value) { const uploadRes = await uploadFile(file);