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

+ 2 - 2
src/api/index.js

@@ -3,8 +3,8 @@ 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.236:5050';
-// axios.defaults.baseURL = 'http://192.168.2.241';
+// axios.defaults.baseURL = 'http://192.168.2.236:5050';
+axios.defaults.baseURL = 'http://192.168.2.241';
 // axios.defaults.baseURL = 'http://192.168.3.117:5050';
 
 const urls = config.urls;