瀏覽代碼

调试地址删除

zhouna 5 年之前
父節點
當前提交
e1d287aa0b
共有 2 個文件被更改,包括 3 次插入3 次删除
  1. 2 2
      src/api/config.js
  2. 1 1
      src/api/index.js

+ 2 - 2
src/api/config.js

@@ -1,5 +1,5 @@
-const testUrl = 'http://223.93.170.82:23650'
-// const testUrl = ''
+// const testUrl = 'http://223.93.170.82:23650'
+const testUrl = ''
 
 export default {
   host:'http://192.168.2.241:5050',

+ 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://192.168.2.236:88';
+//axios.defaults.baseURL = 'http://192.168.2.236:88';
 
 const urls = config.urls;
 export default {