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