From a49a2d7f1604b9dede6902614523c8d78cee7439 Mon Sep 17 00:00:00 2001 From: zhanghao <774378400@qq.com> Date: Wed, 18 Mar 2026 09:24:13 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=8F=96=E6=B6=88http=E8=8A=82=E7=82=B9?= =?UTF-8?q?disabled?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/flow/config.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/views/flow/config.js b/src/views/flow/config.js index 7e2abb0..e097169 100644 --- a/src/views/flow/config.js +++ b/src/views/flow/config.js @@ -293,7 +293,7 @@ export const collapseList = [ { name: "body", type: "input", input: "", disabled: true, required: true }, ], outputType: 'json', - outputParams: [{ name: 'result', type: 'Object', children: [], desc: 'HTTP请求结果', disabled: true}] + outputParams: [{ name: 'result', type: 'Object', children: [], desc: 'HTTP请求结果'}] }, { icon: expressionSvg, @@ -321,7 +321,7 @@ export const collapseList = [ outputType: 'json', outputParams: [ { name: 'index', type: 'number', desc: '索引', disabled: true}, - { name: 'object', type: 'Object', children: [], desc: '当前循环对象', disabled: true} + { name: 'object', type: 'Object', children: [], desc: '当前循环对象', } ] }, ], @@ -398,7 +398,7 @@ export const collapseList = [ { name: "vehType", type: "input", input: "su7", disabled: true }, ], outputType: 'json', - outputParams: [{ name: 'coordinates', type: 'Object', children: [], desc: '坐标对象', disabled: true}] + outputParams: [{ name: 'coordinates', type: 'Object', children: [], desc: '坐标对象', }] }, { icon: dialogueSvg, name: "tts语音合成", @@ -462,8 +462,8 @@ export const collapseList = [ nodeParams: [{ name: 'schemeId', type: "input", input: "", disabled: true }], outputType: 'json', outputParams: [ - { name: 'wakeCorpus', type: 'object', desc: '唤醒语料', children: [], disabled: true}, - { name: 'testCorpus', type: 'array', desc: '测试语料数组', children: [], disabled: true}, + { name: 'wakeCorpus', type: 'object', desc: '唤醒语料', children: []}, + { name: 'testCorpus', type: 'array', desc: '测试语料数组', children: []}, { name: 'sceneType', type: 'number', desc: '1:唤醒测试,2:单次对话测试,3:连续对话测试', disabled: true } ] },