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 }