From 2ffb755f8c1bd825547173e03cc263e8cc18c7aa Mon Sep 17 00:00:00 2001 From: tony <846249920@qq.com> Date: Tue, 27 Dec 2022 08:58:20 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=8E=BB=E9=99=A4=E6=B5=81=E7=A8=8B?= =?UTF-8?q?=E8=AE=BE=E8=AE=A1=E5=99=A8=E8=8A=82=E7=82=B9=E9=A2=9C=E8=89=B2?= =?UTF-8?q?=E9=80=89=E6=8B=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-ui/package.json | 1 - ruoyi-ui/src/components/Process/index.vue | 2 -- 2 files changed, 3 deletions(-) diff --git a/ruoyi-ui/package.json b/ruoyi-ui/package.json index 94cd458b..59b03797 100644 --- a/ruoyi-ui/package.json +++ b/ruoyi-ui/package.json @@ -39,7 +39,6 @@ "@riophae/vue-treeselect": "0.4.0", "axios": "0.24.0", "bpmn-js": "^11.1.0", - "bpmn-js-color-picker": "^0.5.0", "clipboard": "2.0.8", "core-js": "3.25.3", "diagram-js": "^11.4.1", diff --git a/ruoyi-ui/src/components/Process/index.vue b/ruoyi-ui/src/components/Process/index.vue index abaa7f0b..fbd093e7 100644 --- a/ruoyi-ui/src/components/Process/index.vue +++ b/ruoyi-ui/src/components/Process/index.vue @@ -57,7 +57,6 @@ import getInitStr from './flowable/init' // 引入flowable的节点文件 import FlowableModule from './flowable/flowable.json' import customControlsModule from './customPanel' -import BpmnColorPickerModule from 'bpmn-js-color-picker'; export default { name: 'WorkflowBpmnModeler', @@ -109,7 +108,6 @@ export default { container: this.$refs.canvas, additionalModules: [ customControlsModule, - BpmnColorPickerModule, { //汉化 translate: ['value', customTranslate] },