shikeying
2023-04-19 529f48641122af7c0aec185e4283d02e97aa0f89
src/main.js
@@ -38,6 +38,11 @@
// 字典数据组件
import DictData from '@/components/RuoYi/DictData'
//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~`
//~ 平台提供的组件,时克英,2023-04-17
//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~`
// import * as WebConnection from "@/utils/webconnection";
// 全局方法挂载
Vue.prototype.getDicts = getDicts
Vue.prototype.getConfigKey = getConfigKey
@@ -49,6 +54,9 @@
Vue.prototype.download = download
Vue.prototype.handleTree = handleTree
// 时克英,2023-04-17
// Vue.prototype.webConnection = WebConnection
// 全局组件挂载
Vue.component('DictTag', DictTag)
Vue.component('Pagination', Pagination)