| | |
| | | import VueAreaLinkage from 'vue-area-linkage' |
| | | import '@/components/jeecg/JVxeTable/install' |
| | | import '@/components/JVxeCells/install' |
| | | import ElementUI from 'element-ui'; |
| | | import ElementUI from 'element-ui'; |
| | | //表单验证 |
| | | import { rules } from '@/utils/rules' |
| | | import * as echarts from 'echarts' |
| | |
| | | Vue.prototype.rules = rules |
| | | Vue.config.productionTip = false |
| | | Vue.use(Storage, config.storageOptions) |
| | | Vue.use(ElementUI); |
| | | Vue.use(Antd) |
| | | Vue.use(VueAxios, router) |
| | | Vue.use(Viser) |
| | |
| | | Vue.use(vueBus); |
| | | Vue.use(JeecgComponents); |
| | | Vue.use(VueAreaLinkage); |
| | | Vue.use(ElementUI); |
| | | |
| | | SSO.init(() => { |
| | | main() |