本地版改动

dev_local_2
杨树林 5 years ago
parent ff8e611ca6
commit abe7781e5a

@ -157,9 +157,9 @@ class EducoderLogin extends Component {
{this.props.mygetHelmetapi === null ? ""
:
this.props.mygetHelmetapi===undefined||this.props.mygetHelmetapi.login_logo_url===null|| this.props.mygetHelmetapi.login_logo_url===undefined?
<img style={{cursor:"pointer"}} onClick={()=>this.gohome()} src={educodernet}/>
<img style={{cursor:"pointer",width:"129px"}} onClick={()=>this.gohome()} src={educodernet}/>
:
<img style={{cursor:"pointer"}} onClick={()=>this.gohome()} src={getImageUrl(this.props.mygetHelmetapi.login_logo_url)}/>
<img style={{cursor:"pointer",width:"129px"}} onClick={()=>this.gohome()} src={getImageUrl(this.props.mygetHelmetapi.login_logo_url)}/>
}
</div>

Loading…
Cancel
Save