From 47873f83f8c6b83d0fcc20bac2f011fcb89e4a22 Mon Sep 17 00:00:00 2001 From: CaptainB Date: Wed, 16 Oct 2024 16:35:05 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E6=A8=A1=E5=9E=8B=E8=AE=BE?= =?UTF-8?q?=E7=BD=AE=E6=94=AF=E6=8C=81=E9=85=8D=E7=BD=AE=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ui/src/views/application/ApplicationSetting.vue | 8 ++++---- ui/src/workflow/nodes/base-node/index.vue | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ui/src/views/application/ApplicationSetting.vue b/ui/src/views/application/ApplicationSetting.vue index 4c5bb3104..29eb0ec33 100644 --- a/ui/src/views/application/ApplicationSetting.vue +++ b/ui/src/views/application/ApplicationSetting.vue @@ -397,10 +397,10 @@ 语音播放
设置 diff --git a/ui/src/workflow/nodes/base-node/index.vue b/ui/src/workflow/nodes/base-node/index.vue index 741093d54..294880ce5 100644 --- a/ui/src/workflow/nodes/base-node/index.vue +++ b/ui/src/workflow/nodes/base-node/index.vue @@ -181,7 +181,7 @@ type="primary" link @click="openTTSParamSettingDialog" - :disabled="!form_data.tts_model_id && form_data.tts_type === 'BROWSER'" + :disabled="!form_data.tts_model_id || form_data.tts_type === 'BROWSER'" > 设置