Bläddra i källkod

Terms and Conditions Update

master
30117125 4 år sedan
förälder
incheckning
d311e1e971
2 ändrade filer med 4 tillägg och 4 borttagningar
  1. 2
    2
      src/main.js
  2. 2
    2
      vue.config.js

+ 2
- 2
src/main.js Visa fil

@@ -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 = {

+ 2
- 2
vue.config.js Visa fil

@@ -2,8 +2,8 @@ module.exports = {
2 2
   devServer: {
3 3
     proxy: {
4 4
       "/api": {
5
-        target: "http://localhost:57260/",
6
-        //target: "http://training.provision-sa.com:82",
5
+        //target: "http://localhost:57260/",
6
+        target: "http://training.provision-sa.com:82",
7 7
         changeOrigin: true
8 8
       },
9 9
       "/nph-srep": {

Laddar…
Avbryt
Spara