你好,这是我的组件
var Tile = ({product}) => (
<Col lg={4} md={4} sm={6} xs={12} className="image-block">
<div className="image-block-body" style={
{ background: 'url(' + decodeURIComponent(product.PictureUri) + ')', backgroundSize: '100% 100%' }}>
<p>{product.Name} </p>
</div>
</Col>);
它在网站上提供了正确的URI
如何解决这个问题?
EDITED: 这是=&gt; Yii2 Not allowed to load local resource (Image)