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