shikeying
2023-04-25 0b67fd879ccd4fb6319dc016babd3bb8ea79dff0
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)