我的图片都托管在阿里云上,我可以在本地开发模式下成功显示图片,但无法在Web构建中显示图片。
下面是图片链接和代码:
https://chilleasy-image.oss-cn-hongkong.aliyuncs.com/prod/img/24/badabcd5a5df790bd70daed4e7db15fe.jpg
Container(
child: Image.network(
ImageList[index].image_path,
fit: BoxFit.contain),
),
有什么想法吗
1条答案
按热度按时间ygya80vv1#
使用html渲染器:
或