fix: 更改nodetype

This commit is contained in:
zhanghao 2026-02-04 11:37:11 +08:00
parent f7b6e10e80
commit 7cf19cb843

View File

@ -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 }