From fa590f1e279409b5e0b5d56e4bf020e688deeb43 Mon Sep 17 00:00:00 2001 From: 2910410219 <2910410219@qq.com> Date: Sat, 9 May 2026 16:07:28 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9=E5=8F=91=E9=80=81=E8=A7=84?= =?UTF-8?q?=E6=A0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/digitalHuman/creation/index.vue | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/views/digitalHuman/creation/index.vue b/src/views/digitalHuman/creation/index.vue index 587d2e0..2938987 100644 --- a/src/views/digitalHuman/creation/index.vue +++ b/src/views/digitalHuman/creation/index.vue @@ -333,7 +333,6 @@ type="primary" :icon="Promotion" :loading="isCreating" - :disabled="!userInput.trim()" @click="sendMessage" class="send-btn" circle @@ -1046,11 +1045,6 @@ const handleCreationSkillConfirm = (skill: SkillItem) => { }; // 发送消息/开始创作 const sendMessage = async () => { - if (!userInput.value.trim()) { - ElMessage.warning('请输入创作需求'); - return; - } - if (!currentWorkflowForCreation.value) { ElMessage.warning('请先选择一个工作流'); return;