Explorar el Código

Main Update

master
30117125 hace 4 años
padre
commit
3851cc6293
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2
    2
      src/main.js

+ 2
- 2
src/main.js Ver fichero

@@ -29,8 +29,8 @@ Vue.use(VueGoogleMaps, {
29 29
 });
30 30
 Vue.config.productionTip = false;
31 31
 //axios.defaults.baseURL = "http://localhost:57260";
32
-//axios.defaults.baseURL = "http://training.provision-sa.com:82";
33
-axios.defaults.baseURL = "http://localhost:8080/";
32
+axios.defaults.baseURL = "http://training.provision-sa.com:82";
33
+//axios.defaults.baseURL = "http://localhost:8080/";
34 34
 
35 35
 Vue.prototype.$axios = axios;
36 36
 const pluginOptions = {

Loading…
Cancelar
Guardar