|
|
|
@ -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>
|
|
|
|
|