update code

main
haha 2024-02-03 23:14:11 +08:00
parent a47eda37bb
commit 9e58d49b34
3 changed files with 4 additions and 4 deletions

View File

@ -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",

View File

@ -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'