Welcome toVigges Developer Community-Open, Learning,Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
498 views
in Technique[技术] by (71.8m points)

图片能进行下载,但放到html的img标签中就无法展示出来

image.png

放到前端后:
image.png

什么原因?


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

原因找到了。
该图片数据是使用第三方的oss进行存储的,后端在返回数据时,content-type默认为非图片类型,导致的这个问题,通过代码强制设置一下content-type为image/png或image/webp等,就可以访问了。
image.png


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to Vigges Developer Community for programmer and developer-Open, Learning and Share
...