From 8dfdbc72beeaa0b307f3e6acd7bd5318513b8fa5 Mon Sep 17 00:00:00 2001 From: zhanghao <774378400@qq.com> Date: Wed, 4 Feb 2026 08:48:31 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E8=B7=AF=E5=BE=84=E6=90=9C=E7=B4=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/flow/config.js | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/views/flow/config.js b/src/views/flow/config.js index 7eb5c6d..4be5fe2 100644 --- a/src/views/flow/config.js +++ b/src/views/flow/config.js @@ -514,14 +514,17 @@ export const collapseList = [ action: 'TI_PATH_SEARCH', nodeType: "AE", nodeParams: [ - { name: "currentLocation", type: "input", input: "", disabled: true } + { name: "currentLocation", type: "input", input: "", disabled: true }, + { name: "funcId", type: "input", input: "", disabled: true } ], outputType: 'json', outputParams: [ { name: 'nextLocation', type: 'string', desc: '下一路径位置', disabled: true}, - { name: 'isEnd', type: 'string', desc: '是否结束', disabled: true} + { name: 'isEnd', type: 'string', desc: '是否结束', disabled: true}, + { name: 'iconUrl', type: 'string', desc: '图标路径', disabled: true} ] } + ], }, {