Commit 3a58aecb authored by 赵啸非's avatar 赵啸非

添加应用主题

parent c42b0319
......@@ -134,7 +134,7 @@ public class AppServiceImpl extends AbstractCRUDServiceImpl<AppDao, AppEntity, L
.addPath(item.getVersion().toString())
.build());
}else{
item.setCustUrl(UrlBuilder.of(domainUrl)
item.setCustUrl(UrlBuilder.create()
.addPath(CUSTAPP_ROOT_PATH)
.addPath(siteEntity.getSiteCode())
.addPath(item.getAppCode())
......@@ -150,7 +150,7 @@ public class AppServiceImpl extends AbstractCRUDServiceImpl<AppDao, AppEntity, L
item.setAppIconUrl(UrlBuilder.ofHttp(domainUrl)
.addPath(item.getAppIconPath()).build());
}else{
item.setAppIconUrl(UrlBuilder.of(domainUrl)
item.setAppIconUrl(UrlBuilder.create()
.addPath(item.getAppIconPath()).build());
}
......
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