x1ongzhu 6 år sedan
förälder
incheckning
91acb6ee5a
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      src/plugins/http.js

+ 1 - 1
src/plugins/http.js

@@ -11,7 +11,7 @@ switch (process.env.NODE_ENV) {
         baseUrl = 'http://localhost:8080';
         break;
     case 'production':
-        baseUrl = 'http://localhost:8080';
+        baseUrl = 'https://walkchina.izouma.com';
         break;
 }
 const axiosInstance = axios.create({