forked from Gitlink/forgeplus-react
FIX 更改logo导航链接
This commit is contained in:
parent
5601b71937
commit
13c6556574
|
@ -722,12 +722,12 @@ class NewHeader extends Component {
|
||||||
<GotoQQgroup {...this.state} {...this.props} setgoshowqqgtounp={(bool) => this.setgoshowqqgtounp(bool)}></GotoQQgroup>
|
<GotoQQgroup {...this.state} {...this.props} setgoshowqqgtounp={(bool) => this.setgoshowqqgtounp(bool)}></GotoQQgroup>
|
||||||
:""
|
:""
|
||||||
}
|
}
|
||||||
<a href={"https://www.trustie.net/homes"} onClick={() => this.headtypesonClick("/", false)} className={"fl mr30"}>
|
<a href={"http://39.105.176.215/"} onClick={() => this.headtypesonClick("/", false)} className={"fl mr30"}>
|
||||||
{
|
{
|
||||||
mygetHelmetapi2 && mygetHelmetapi2.nav_logo_url && mygetHelmetapi2.nav_logo_url ?
|
mygetHelmetapi2 && mygetHelmetapi2.nav_logo_url && mygetHelmetapi2.nav_logo_url ?
|
||||||
<img alt="高校智能化教学与实训平台" className="logoimg" style={{ heigth: "40px" }} src={getImageUrl(mygetHelmetapi2.nav_logo_url)}></img>
|
<img alt="可控开源社区" className="logoimg" style={{ heigth: "40px" }} src={getImageUrl(mygetHelmetapi2.nav_logo_url)}></img>
|
||||||
:
|
:
|
||||||
<img alt="高校智能化教学与实训平台" className="logoimg" style={{ heigth: "40px" }} src={getImageUrl("images/educoder/headNavLogo.png?1526520218")}></img>
|
<img alt="可控开源社区" className="logoimg" style={{ heigth: "40px" }} src={getImageUrl("images/educoder/headNavLogo.png?1526520218")}></img>
|
||||||
}
|
}
|
||||||
</a>
|
</a>
|
||||||
{
|
{
|
||||||
|
@ -881,4 +881,3 @@ class NewHeader extends Component {
|
||||||
}
|
}
|
||||||
|
|
||||||
export default NewHeader;
|
export default NewHeader;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue