licp
2024-07-26 b5196ecfbda5236f3fd3f0213a5e6911d291bda4
src/main.js
@@ -21,7 +21,7 @@
// Vue.prototype.LOCATIONVUE = "http://127.0.0.1:80";
// const javaApi = 'http://127.0.0.1:8001';
// 张:192.168.45.249
const javaApi = 'http://172.20.10.4:8001';
const javaApi = 'http://192.168.45.249:8001';
//云
// Vue.prototype.LOCATIONVUE = "http://114.132.189.42:8080";
@@ -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
  }
});