change Header5

This commit is contained in:
sylor_huang@126.com 2020-09-16 15:14:46 +08:00
parent e968ece34c
commit c2129c994a
1 changed files with 1 additions and 1 deletions

View File

@ -307,7 +307,7 @@ class NewHeader extends Component {
height="34" height="34"
id="nh_user_logo" id="nh_user_logo"
nhname="avatar_image" nhname="avatar_image"
src={getImageUrl(user.image_url)} src={getImageUrl(`images/${user.image_url}`)}
width="34" width="34"
></img> ></img>
</a> </a>