From 7cf19cb843c2c993edd5e44c89a0bf009d0d5ecc Mon Sep 17 00:00:00 2001 From: zhanghao <774378400@qq.com> Date: Wed, 4 Feb 2026 11:37:11 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9B=B4=E6=94=B9nodetype?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/flow/config.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/views/flow/config.js b/src/views/flow/config.js index 9c53d95..e741142 100644 --- a/src/views/flow/config.js +++ b/src/views/flow/config.js @@ -278,7 +278,6 @@ export const collapseList = [ type: "serviceNode", desc: "HTTP请求", action: 'HTTP', - nodeType: "HTTP", nodeParams: [ { name: "url", type: "input", input: "", disabled: true, required: true }, { name: "method", type: "input", input: "POST", componentType: 'select', selectOptions: httpMethodOptions(), disabled: true }, @@ -512,7 +511,7 @@ export const collapseList = [ type: "serviceNode", desc: "路径搜索", action: 'TI_PATH_SEARCH', - nodeType: "AE", + nodeType: "EDGE", nodeParams: [ { name: "currentLocation", type: "input", input: "", disabled: true }, { name: "funcId", type: "input", input: "", disabled: true } @@ -530,7 +529,7 @@ export const collapseList = [ type: "serviceNode", desc: "获取触控二维坐标", action: 'TI_TOUCH_COORDINATES', - nodeType: "AE", + nodeType: "EDGE", nodeParams: [ { name: "imageUrl", type: "input", input: "", disabled: true }, { name: "iconUrl", type: "input", input: "", disabled: true }