From 45884f31a8b4448ad0f9a5d9f0e8c07c0b472897 Mon Sep 17 00:00:00 2001 From: tony <846249920@qq.com> Date: Thu, 30 Mar 2023 19:17:01 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E5=8E=BB=E9=99=A4=E6=B5=81=E7=A8=8B?= =?UTF-8?q?=E6=A0=A1=E9=AA=8C=E5=99=A8,=E6=9C=89=E9=9C=80=E6=B1=82?= =?UTF-8?q?=E5=8F=AF=E8=87=AA=E8=A1=8C=E6=B7=BB=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-ui/package.json | 3 +-- ruoyi-ui/src/components/Process/index.vue | 7 ++++--- 2 files changed, 5 insertions(+), 5 deletions(-) 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 }