feat: 向导组件 事件&动作 配置 修改

This commit is contained in:
liuzedong02 2022-03-03 20:07:57 +08:00
parent e45f3dbb8d
commit 6fd034c305

View File

@ -57,8 +57,6 @@ function generateEventAcions(events) {
}
});
console.log('onEvent', onEvent);
return onEvent;
}