houshuai
9 天以前 763765958b36e99f33e3463ee0e17f8c6ad16c68
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()