微信小程序wepy
时间:2018-06-11 11:52:35
收藏:0
阅读:384
1、VM34652:2 Failed to load local image resource /images/icon_my_04.png
the server responded with a status of 404 (HTTP/1.1 404 Not Found)
直接写 /static/img/xx.png,比如:把图片放在根目录下的static文件下<img src="/static/img/bg.png" >
原因也很简单,static就是专门放静态资源文件的,存放在根目录下,直接就用
https://blog.csdn.net/yibowanbo/article/details/80066736
评论(0)