修改pc装修数据返回

This commit is contained in:
pan.wl.2 2024-11-08 14:42:05 +08:00
parent 26a7c0a350
commit d261fbd144
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ public class DecorateDataServiceImpl implements IDecorateDataService {
String frontUrl = YmlUtils.get("like.front-url");
frontUrl = StringUtils.isNotEmpty(frontUrl) && frontUrl.endsWith("/") ? frontUrl + "pc" + frontUrl + "/pc";
frontUrl = StringUtils.isNotEmpty(frontUrl) && frontUrl.endsWith("/") ? frontUrl + "pc" : frontUrl + "/pc";
pc.put("update_time", TimeUtils.timestampToDate(decoratePage.getUpdateTime()));
pc.put("pc_url", frontUrl);