Browse Source

测试代码删除

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

+ 1 - 1
src/api/index.js

@@ -3,7 +3,7 @@ import config from './config.js';
 
 axios.default.timeout = 5000;
 axios.defaults.headers.post['Content-Type'] = "application/json;charset=utf-8";
-axios.defaults.baseURL = 'http://223.93.170.82:23650';
+//axios.defaults.baseURL = 'http://223.93.170.82:23650';
 
 const urls = config.urls;
 export default {