licp
2024-07-26 480a88808838003b18f004af5bee845dcc992209
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
  }
});