| | |
| | | // 字典数据组件 |
| | | import DictData from '@/components/RuoYi/DictData' |
| | | |
| | | //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~` |
| | | //~ 平台提供的组件,时克英,2023-04-17 |
| | | //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~` |
| | | // import * as WebConnection from "@/utils/webconnection"; |
| | | |
| | | // 全局方法挂载 |
| | | Vue.prototype.getDicts = getDicts |
| | | Vue.prototype.getConfigKey = getConfigKey |
| | |
| | | Vue.prototype.download = download |
| | | Vue.prototype.handleTree = handleTree |
| | | |
| | | // 时克英,2023-04-17 |
| | | // Vue.prototype.webConnection = WebConnection |
| | | |
| | | // 全局组件挂载 |
| | | Vue.component('DictTag', DictTag) |
| | | Vue.component('Pagination', Pagination) |