diff --git a/ruoyi-ui/package.json b/ruoyi-ui/package.json index b7394e23..1479925b 100644 --- a/ruoyi-ui/package.json +++ b/ruoyi-ui/package.json @@ -66,8 +66,7 @@ "vue-router": "3.4.9", "vuedraggable": "2.24.3", "vuex": "3.6.0", - "xcrud": "^0.4.19", - "bpmnlint-plugin-local": "file:bpmnlint-plugin-local" + "xcrud": "^0.4.19" }, "devDependencies": { "@babel/parser": "^7.20.5", diff --git a/ruoyi-ui/src/components/Process/index.vue b/ruoyi-ui/src/components/Process/index.vue index 6d162525..2725189f 100644 --- a/ruoyi-ui/src/components/Process/index.vue +++ b/ruoyi-ui/src/components/Process/index.vue @@ -116,9 +116,10 @@ export default { translate: ['value', customTranslate] }, ], - linting: { - bpmnlint: bpmnlintConfig - }, + // 去除流程校验器,有需求可自行添加,需要在package.json 加入 "bpmnlint-plugin-local": "file:bpmnlint-plugin-local" + // linting: { + // bpmnlint: bpmnlintConfig + // }, moddleExtensions: { flowable: FlowableModule }