为什么小程序无法访问图片而直接点击链接可以?
如图一共有3张图片。
配置了nginx 内容如下
location ~ \\images\\.*\.(gif|jpg|jpeg|png)$ {
root E:/bishe/pro;
autoindex on;
静态写死第三张,可以正常显示
数据库写访问路径 http://localhost/images/gpic/lxl.jpg
在程序无法显示,但点击路径可以显示
第一张图,直接输入 http://localhost/images/gpic/hbb.jpg
报错