无法加载本地资源

时间:2016-12-28 19:53:47

标签: javascript reactjs

你好,这是我的组件

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

enter image description here

但是网络浏览器会抛出这样的异常 enter image description here

如何解决这个问题?

EDITED: 这是=&gt; Yii2 Not allowed to load local resource (Image)

0 个答案:

没有答案