舞台更新

This commit is contained in:
lyd
2022-08-16 18:48:24 +08:00
parent 0ddbf33058
commit 8ef6a29f84
111 changed files with 5803 additions and 1473 deletions

View File

@@ -5,10 +5,10 @@ import Cookies from 'js-cookie'
import 'normalize.css/normalize.css'
import Element from 'element-ui'
//列自适应宽度:https://github.com/legendJaden/AFTableColumn
// 列自适应宽度:https://github.com/legendJaden/AFTableColumn
import AFTableColumn from 'af-table-column'
//可编辑grid插件
// 可编辑grid插件
import 'xe-utils'
import VXETable from 'vxe-table'
import 'vxe-table/lib/style.css'
@@ -22,7 +22,6 @@ import 'mavon-editor/dist/css/index.css'
// 数据字典
import dict from './components/Dict'
import scroll from 'vue-seamless-scroll'
Vue.use(scroll)
@@ -48,11 +47,16 @@ import 'echarts-gl'
import 'jquery'
// 全局引入LogicFlow
import LogicFlow from '@logicflow/core'
import { Menu } from '@logicflow/extension'
import '@logicflow/extension/lib/style/index.css'
LogicFlow.use(Menu)
Vue.use(AFTableColumn)
Vue.use(VXETable)
Vue.prototype.$XModal = VXETable.modal
Vue.use(VueHighlightJS)
Vue.use(mavonEditor)
Vue.use(permission)