修改了blockchain相关前端代码

This commit is contained in:
zhangxunhui 2023-01-30 21:17:15 +08:00
parent 88087b4d62
commit 48d042ad64
2 changed files with 4 additions and 4 deletions

View File

@ -24,7 +24,7 @@ export default withRouter(
secondRouter = props.location.pathname.split('/')[2];
}
let userRouterArr = ['statistics', 'projects', 'notice', 'devops', 'organizes', 'info', 'following', 'followers', 'password' , "general"];
let userRouterArr = ['statistics', 'projects', 'notice', 'devops', 'organizes', 'info', 'following', 'followers', 'password' , "general", "blockchain"];
return (
<Switch>

View File

@ -497,12 +497,12 @@ class Infos extends Component {
current_user && current_user.login && current_user.login === username ?
<Menu.Item key="6">
<Link to={`/${user && user.login}/blockchain/TransferService`}>
<i className="iconfont icon-bianzu1"></i>-
<i className="iconfont icon-bianzu1"></i>
</Link>
</Menu.Item>
:""
}
{
{/* {
current_user && current_user.login && current_user.login === username ?
<Menu.Item key="7">
<Link to={`/${user && user.login}/blockchain/ExchangeService`}>
@ -510,7 +510,7 @@ class Infos extends Component {
</Link>
</Menu.Item>
:""
}
} */}
{/* {
current_user && current_user.login && current_user.login === username ?
<Menu.Item key="6">