This commit is contained in:
sylor_huang@126.com 2020-07-16 00:37:41 +08:00
parent c3d80fb588
commit cee30e200f
1 changed files with 2 additions and 2 deletions

View File

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