forked from Gitlink/forgeplus-react
change
This commit is contained in:
parent
c3d80fb588
commit
cee30e200f
|
|
@ -801,11 +801,11 @@ class NewHeader extends Component {
|
|||
strbool ?
|
||||
<React.Fragment>
|
||||
<Link to={item.link}>{item.name}</Link>
|
||||
{
|
||||
{/* {
|
||||
mygetHelmetapi2.old_projects_url ?
|
||||
<a href={mygetHelmetapi2.old_projects_url} className="color-orange">(进入老版本)</a>
|
||||
: ""
|
||||
}
|
||||
} */}
|
||||
</React.Fragment>
|
||||
:
|
||||
<a href={new_link} target='_blank'>{item.name}</a>
|
||||
|
|
|
|||
Loading…
Reference in New Issue