uni-app踩坑记录
uni-app踩坑记录
- Failed to load local image resource xxx the server responded with a status of 500 (HTTP/1.1 500 Internal Server Error)
Failed to load local image resource xxx the server responded with a status of 500 (HTTP/1.1 500 Internal Server Error)
- 文件使用绝对路径
@/static/avatar.png
或/static/avatar.png
- 在 script里 可以使用
require("")
加载图片 - 如果是新创建的文件夹需要重启项目,是微信对文件夹路径检索的问题