Browse Source

Main Update

master
30117125 4 years ago
parent
commit
3851cc6293
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      src/main.js

+ 2
- 2
src/main.js View File

@@ -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…
Cancel
Save