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);