Commit c8fa7f81 authored by 赵啸非's avatar 赵啸非

添加设备相关

parent 44ec4379
Pipeline #2538 failed with stages
...@@ -378,7 +378,7 @@ public class HomeController extends BaseJsonBodyController { ...@@ -378,7 +378,7 @@ public class HomeController extends BaseJsonBodyController {
collect = appRest.getData().getData().stream().filter(f -> appWhiteSet.contains(f.getAppName())) collect = appRest.getData().getData().stream().filter(f -> appWhiteSet.contains(f.getAppName()))
.peek(item->{ .peek(item->{
item.setCustUrl(UrlBuilder.ofHttp(domainUrl1).addPath(item.getCustUrl()).build()); item.setCustUrl(UrlBuilder.ofHttp(domainUrl1).addPath(item.getCustUrl()).build());
item.setAppIconPath(UrlBuilder.ofHttp(domainUrl1).addPath(item.getAppIconPath()).build()); //item.setAppIconPath(UrlBuilder.ofHttp(domainUrl1).addPath(item.getAppIconPath()).build());
log.info(item.getCustUrl()); log.info(item.getCustUrl());
log.info(item.getAppIconPath()); log.info(item.getAppIconPath());
}).collect(Collectors.toList()); }).collect(Collectors.toList());
......
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