houshuai
2025-06-30 4d5d871dd1cdc90cd1d913a0c696b7662b9d17e0
src/main.js
@@ -47,7 +47,7 @@
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'
@@ -63,6 +63,7 @@
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)
@@ -73,7 +74,6 @@
Vue.use(vueBus);
Vue.use(JeecgComponents);
Vue.use(VueAreaLinkage);
Vue.use(ElementUI);
SSO.init(() => {
  main()