信息通知前端、后端代码、websocket(el-admin版本)、添加sys_dict到excel

This commit is contained in:
2023-03-15 15:39:56 +08:00
parent 86a211c1de
commit 5328c04432
18 changed files with 1455 additions and 1 deletions

View File

@@ -40,6 +40,8 @@ import { getValueByCode } from '@/api/system/param'
import 'jquery'
// 安装总线
import VueBus from 'vue-bus'
Vue.use(scroll)
Vue.use(AFTableColumn)
@@ -48,6 +50,7 @@ Vue.use(VueHighlightJS)
Vue.use(mavonEditor)
Vue.use(permission)
Vue.use(dict)
Vue.use(VueBus)
// 全局设置控件样式https://codeantenna.com/a/0IN5FMJk5h
Element.Table.props.border = { type: Boolean, default: true }