fix: 取消http节点disabled

This commit is contained in:
zhanghao 2026-03-18 09:24:13 +08:00
parent 9f08825678
commit a49a2d7f16

View File

@ -293,7 +293,7 @@ export const collapseList = [
{ name: "body", type: "input", input: "", disabled: true, required: true }, { name: "body", type: "input", input: "", disabled: true, required: true },
], ],
outputType: 'json', outputType: 'json',
outputParams: [{ name: 'result', type: 'Object', children: [], desc: 'HTTP请求结果', disabled: true}] outputParams: [{ name: 'result', type: 'Object', children: [], desc: 'HTTP请求结果'}]
}, },
{ {
icon: expressionSvg, icon: expressionSvg,
@ -321,7 +321,7 @@ export const collapseList = [
outputType: 'json', outputType: 'json',
outputParams: [ outputParams: [
{ name: 'index', type: 'number', desc: '索引', disabled: true}, { 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 }, { name: "vehType", type: "input", input: "su7", disabled: true },
], ],
outputType: 'json', outputType: 'json',
outputParams: [{ name: 'coordinates', type: 'Object', children: [], desc: '坐标对象', disabled: true}] outputParams: [{ name: 'coordinates', type: 'Object', children: [], desc: '坐标对象', }]
}, { }, {
icon: dialogueSvg, icon: dialogueSvg,
name: "tts语音合成", name: "tts语音合成",
@ -462,8 +462,8 @@ export const collapseList = [
nodeParams: [{ name: 'schemeId', type: "input", input: "", disabled: true }], nodeParams: [{ name: 'schemeId', type: "input", input: "", disabled: true }],
outputType: 'json', outputType: 'json',
outputParams: [ outputParams: [
{ name: 'wakeCorpus', type: 'object', desc: '唤醒语料', children: [], disabled: true}, { name: 'wakeCorpus', type: 'object', desc: '唤醒语料', children: []},
{ name: 'testCorpus', type: 'array<object>', desc: '测试语料数组', children: [], disabled: true}, { name: 'testCorpus', type: 'array<object>', desc: '测试语料数组', children: []},
{ name: 'sceneType', type: 'number', desc: '1:唤醒测试2:单次对话测试3:连续对话测试', disabled: true } { name: 'sceneType', type: 'number', desc: '1:唤醒测试2:单次对话测试3:连续对话测试', disabled: true }
] ]
}, },