#
Junjie
2024-03-13 7049a9a623d3eb4cf589ad07f42db0a483df71ea
zy-asrs-flow/src/components/Flow/GraphConfig.jsx
@@ -93,7 +93,7 @@
}
const initGraphConnecting = {
    router: 'manhattan',
    // router: 'manhattan',
    connector: {
        name: 'rounded',
        args: {
@@ -135,6 +135,9 @@
    searchLogicId: 1,//默认逻辑id
    searchLogicBool: true,//默认逻辑id方向
    searchIndex: 0,//默认执行优先级
    type: "none", //组件类型
    execClass: null,//执行类
    execApi: null,//执行接口
}
export { commonGraphPorts, commonGraphAttrs, initGraphConnecting, initNodeData }