Merge branch 'dev_test' into dev_20230829_change

This commit is contained in:
zyn
2023-11-20 09:13:59 +08:00
16 changed files with 174 additions and 20 deletions
+2
View File
@@ -28,6 +28,7 @@ import $axios from '@/common/axios'
import components from '@/components'
// 自定义插件
import common from '@/common'
import dragDialogWidth from '@/common/dragDialogWidth'
// 自定义按钮显示指令
import btnPermission from '@/common/btnPermission' // eslint-disable-line
import VueI18n from 'vue-i18n' // 国际化
@@ -521,6 +522,7 @@ Vue.config.productionTip = false
Vue.prototype.$ = $
Vue.use(ElementUI)
Vue.use(common)
Vue.use(dragDialogWidth)
Vue.use(components)
Vue.use(VueI18n)
Vue.use(VueClipboard)