Commit 0bf0e21c authored by 赵啸非's avatar 赵啸非

添加大厅与窗口关联

parent d7c4e283
......@@ -152,7 +152,7 @@ public class AppServiceImpl extends AbstractCRUDServiceImpl<AppDao, AppEntity, L
}
//构建图标地址
if (!ObjectUtils.isEmpty(domainUrl)) {
String appIconUrl = String.format("%s/%s/", domainUrl, item.getAppIconPath());
String appIconUrl = String.format("%s/%s", domainUrl, item.getAppIconPath());
item.setAppIconUrl(appIconUrl);
/*
item.setAppIconUrl(UrlBuilder.ofHttp(domainUrl)
......
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