feat:合并

This commit is contained in:
lixg
2022-12-17 13:48:01 +08:00
parent b7eab48c96
commit 6103cc397d

View File

@@ -431,6 +431,7 @@ function toFinish(d, sName) {
},
});
} else if (typeof types.value.path[d.type] === "function") {
console.log("ddddddd", d);
types.value.path[d.type](d);
// console.log("types.value.path[d.type](d)", d);
}