@ -185,7 +185,7 @@ class CCommentItem extends Component{
</a>
: <a href={`${_origin}/users/${item.user_info.user_login}`} target="_blank">
<img alt="用户头像" height="50"
src={imgSrc}
src={`${getImageUrl(`images/`+imgSrc)}`}
width="50"/>
</a>}
</div>