修改bug

This commit is contained in:
‘937886381’
2024-01-05 08:44:31 +08:00
39 changed files with 2489 additions and 1305 deletions

View File

@@ -79,7 +79,8 @@ Vue.use(directive);
Vue.use(plugins);
Vue.use(VueMeta);
// Vue.use(hljs.vuePlugin);
import scroll from 'vue-seamless-scroll'
Vue.use(scroll)
// bpmnProcessDesigner 需要引入
import MyPD from '@/components/bpmnProcessDesigner/package/index.js';
Vue.use(MyPD);