方法一:
import imgURL from '../../images/logo.png';
<img src={imgURL} alt="1"/>
方法二:
<img src={require('../../images/logo.png')} alt="2"/>