mirror of
https://gitee.com/likeadmin/likeadmin_java.git
synced 2026-05-07 23:57:20 +08:00
修改pc装修数据返回
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user