You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
图片的路径不正确
[渲染层网络层错误] Failed to load local image resource /components/common/img/1.png
the server responded with a status of 500 (HTTP/1.1 500 Internal Server Error)
(env: macOS,mp,1.06.2409182; lib: 2.14.4)
打包生成的代码为:
var _1_namespaceObject = webpack_require.p + "components/common/img/1.png"; webpack_require.p = "/";
相关平台
微信小程序
复现仓库
https://github.com/Lliuxs/taro-app.git
小程序基础库: 3.5.8
使用框架: React
复现步骤
期望结果
期望可以正确的加载图片
实际结果
图片的路径不正确
[渲染层网络层错误] Failed to load local image resource /components/common/img/1.png
the server responded with a status of 500 (HTTP/1.1 500 Internal Server Error)
(env: macOS,mp,1.06.2409182; lib: 2.14.4)
打包生成的代码为:
var _1_namespaceObject = webpack_require.p + "components/common/img/1.png";
webpack_require.p = "/";
引入的代码的路径为 /components/common/img/1.png 期望的代码是 taro/components/common/img/1.png
设置 output: publicPath ?
环境信息
The text was updated successfully, but these errors were encountered: