xiaoyang 5 anni fa
parent
commit
eed8e07de6

+ 0 - 3
src/components/DrawFlow/src/components/NodeConfigFactory/NodeFactory.js

@@ -6,9 +6,6 @@
  */
 import { HashCode } from "../../utils";
 export class Node {
-  nodeId;
-  type;
-  childNode;
   title = "标题";
   content = "content";
   conditionNodes;