访问静态图片报错:net::ERR_BLOCKED_BY_RESPONSE怎么解决?
采用koa2框架 静态资源访问采用koa-static中间件,浏览器可以正常显示,微信小程序一直显示报错 [渲染层网络层错误] Failed to load image https://www.lrhhelloworld.cn/4c0dbcc5e214aa420744f1c00.png net::ERR_BLOCKED_BY_RESPONSE (env: Windows,mp,1.06.2303060; lib: 2.31.0) koa-static配置如下: app.use(koaStatic(__dirname + "/public/images/"), { index: false, hidden: false, defer: true, });