morphone1995 4 năm trước cách đây
mục cha
commit
aa109b4c67
1 tập tin đã thay đổi với 3 bổ sung1 xóa
  1. 3 1
      src/api/index.js

+ 3 - 1
src/api/index.js

@@ -3,7 +3,9 @@ import config from './config.js';
 
 axios.default.timeout = 500000;
 axios.defaults.headers.post['Content-Type'] = "application/json;charset=utf-8";
-axios.defaults.baseURL = 'http://192.168.2.241:6060';
+// axios.defaults.baseURL = 'http://192.168.2.241:6060';
+// axios.defaults.baseURL = 'http://192.168.2.241';
+// axios.defaults.baseURL = 'http://192.168.3.113:6060';
 
 
 const urls = config.urls;