1. 默认不开启 bpm 工作流模块,按需启动,提升启动速度

2. 完整移除 activiti 遗留的东东
This commit is contained in:
YunaiV
2022-07-29 22:51:52 +08:00
parent d9aa0af158
commit 2866b58741
10 changed files with 17 additions and 91 deletions

View File

@ -138,7 +138,7 @@ export default {
// BPMN 数据
bpmnXML: null,
bpmnControlForm: {
prefix: "activiti"
prefix: "flowable"
},
activityList: [],