소스 검색

https修改

wangxiaoming 7 년 전
부모
커밋
cc30128695
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      iamberry-wechat-web/src/main/webapp/common/other/kingedit/jsp/upload_json.jsp

+ 1 - 1
iamberry-wechat-web/src/main/webapp/common/other/kingedit/jsp/upload_json.jsp

@@ -12,7 +12,7 @@ String saveServerPath = "/common/images/uploadimages/";
 // hostname
 String hostName = "";
 if (request.getRequestURL().indexOf("localhost") == -1) {
-	hostName = "http://test.iamberry.com";
+	hostName = "http://h5.iamberry.com";
 } else {
 	hostName = "http://localhost:" + request.getLocalPort();
 }