瀏覽代碼

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();
 }