소스 검색

切换接口地址

xiaohaizhao 2 년 전
부모
커밋
6c6dcfc0ce
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      utils/Http.js

+ 2 - 2
utils/Http.js

@@ -1,7 +1,7 @@
 class HTTP {
     constructor() {
-        // this.baseUrl = "http://61.164.207.46:8000";
-        this.baseUrl = "https://oms.idcgroup.com.cn:8079";
+        this.baseUrl = "http://61.164.207.46:8000";
+        // this.baseUrl = "https://oms.idcgroup.com.cn:8079";
     }
     request({
         url,