Commit 883aee6d authored by 赵啸非's avatar 赵啸非

修改日志记录

parent cef69400
......@@ -939,13 +939,18 @@ public class DeviceApiController {
String decodeStr = URLDecoder.decode(str, Charset.defaultCharset());
serverInfo.setHomeUrl(decodeStr);
serverInfo.setEventUrl(productEntity.getEventUrl());
}else{
String str = UrlBuilder.of(domain.trim()).addPath(homeUrl).build();
String decodeStr = URLDecoder.decode(str, Charset.defaultCharset());
serverInfo.setHomeUrl(decodeStr);
serverInfo.setEventUrl(productEntity.getEventUrl());
}
//
if("xxfbp".equalsIgnoreCase(productEntity.getProductCode())){
serverInfo.setHomeUrl("http://60.255.152.9:8076/zwfw/csledvue/#/?sitenum=s0002");
}
}
private void buildDownloadUrl(ProductVersionEntity productVersionEntity, ProductVersionInfo productVersionInfo,String serverName,Integer serverPort) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment