1***@qq.com
1***@qq.com
  • 发布:2017-10-27 11:20
  • 更新:2017-10-27 11:20
  • 阅读:1109

懒加载图片是通过http请求获取,设置response响应头后失效

分类:MUI

懒加载图片是通过http请求获取,我后台设置response响应头Cache-Control后,懒加载失效了?为什么?
前台:data-lazyload="http://127.0.0.1:8080/sharepair/app/image/getImageUrl?imgName=' +picInfo.picName + '.png"/>

后台:response.setContentType("image/png");
response.setHeader("Cache-Control", "PUBLIC, max-age=60, must-revalidate");
response.setDateHeader("expires", System.currentTimeMillis() + 1000 * 60);

2017-10-27 11:20 负责人:无 分享
已邀请:

该问题目前已经被锁定, 无法添加新回复