diff --git a/yanzhu-ui/package.json b/yanzhu-ui/package.json index 5775c99..d7fd40b 100644 --- a/yanzhu-ui/package.json +++ b/yanzhu-ui/package.json @@ -39,15 +39,15 @@ "@riophae/vue-treeselect": "0.4.0", "axios": "0.24.0", "bpmn-js": "^11.1.0", - "bpmnlint": "^6.4.0", "bpmn-js-bpmnlint": "^0.15.0", + "bpmnlint": "^6.4.0", "bpmnlint-loader": "^0.1.4", - "file-drops": "^0.4.0", "clipboard": "2.0.8", - "core-js": "3.25.3", + "core-js": "3", "diagram-js": "^11.4.1", "echarts": "5.4.0", "element-ui": "2.15.14", + "file-drops": "^0.4.0", "file-saver": "2.0.5", "fuse.js": "6.4.3", "highlight.js": "9.18.5", diff --git a/yanzhu-ui/src/main.js b/yanzhu-ui/src/main.js index c74a673..b2692cd 100644 --- a/yanzhu-ui/src/main.js +++ b/yanzhu-ui/src/main.js @@ -6,7 +6,7 @@ import Element from 'element-ui' import './assets/styles/element-variables.scss' import '@/assets/styles/index.scss' // global css -import '@/assets/styles/yanZhu.scss' // yanZhu css +import '@/assets/styles/ruoyi.scss' // yanZhu css import App from './App' import store from './store' import router from './router' diff --git a/yanzhu-ui/src/utils/ruoyi.js b/yanzhu-ui/src/utils/yanZhu.js similarity index 100% rename from yanzhu-ui/src/utils/ruoyi.js rename to yanzhu-ui/src/utils/yanZhu.js