licp
2024-07-26 41accbc320b74163a4d9450882677ff3ff0318d6
src/main.js
@@ -43,6 +43,7 @@
Vue.use(VueAxios, axios)
Vue.config.productionTip = false
Vue.config.performance = true;
Vue.use(VueRouter);
Vue.use(ElementUI);
Vue.use(qs);
@@ -151,3 +152,4 @@
    Vue.prototype.$bus = this
  }
});