Bladeren bron

fix:https

storeBelieveInLight 1 jaar geleden
bovenliggende
commit
1fc5fdcab2
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1 1
      commit/request.js

+ 1 - 1
commit/request.js

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