xialei vor 1 Jahr
Ursprung
Commit
058ba79e05
1 geänderte Dateien mit 3 neuen und 3 gelöschten Zeilen
  1. 3 3
      commit/request.js

+ 3 - 3
commit/request.js

@@ -1,11 +1,11 @@
1 1
 let is = 2
2
-var baseURL = 'http://api.hxxfb.com/gateway/' // API访问的地址
2
+var baseURL = 'https://api.hxxfb.com/gateway/' // API访问的地址
3 3
  if(is==1){
4
-	  baseURL = 'http://api.hxxfb.com/gateway/';//测试环境
4
+	  baseURL = 'https://api.hxxfb.com/gateway/';//测试环境
5 5
  }else if(is==2){
6 6
 	 // baseURL = 'https://api.hebeiyhc.com/gateway/'; //生产环境
7 7
 	 // baseURL = 'https://api.hebeiyhc.com/gateway/'; //生产环境
8
-	 baseURL = 'http://api.hxxfb.com/gateway/'; //生产环境
8
+	 baseURL = 'https://api.hxxfb.com/gateway/'; //生产环境
9 9
  }else{
10 10
 	  baseURL = 'https://api.hxxfb.com/gateway/'; //预生产环境
11 11
  }