放开疑修模块
This commit is contained in:
parent
f23a9512ad
commit
c8658022e8
|
|
@ -71,7 +71,7 @@ function DetailBanner({ history,list , owner , projectsId ,showNotification , ur
|
|||
</Link>
|
||||
</li>
|
||||
}
|
||||
{/* {
|
||||
{
|
||||
item.menu_name === "issues" &&
|
||||
<li className={pathname==="issues" ? "active" : ""}>
|
||||
<Link to={{ pathname: `/${owner}/${projectsId}/issues`, state }}>
|
||||
|
|
@ -83,7 +83,7 @@ function DetailBanner({ history,list , owner , projectsId ,showNotification , ur
|
|||
</Link>
|
||||
</li>
|
||||
}
|
||||
{
|
||||
{/*{
|
||||
item.menu_name === "pulls" && projectDetail && parseInt(projectDetail.type) !== 2 && platform ?
|
||||
<li className={pathname==="pulls" ? "active" : ""}>
|
||||
<Link to={{ pathname: `/${owner}/${projectsId}/pulls`, state }}>
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ const { Option } = Select;
|
|||
const menu = [
|
||||
// {name:"主页",index:"home"},
|
||||
{name:"代码库",index:"code"},
|
||||
// {name:"疑修 (Issue)",index:"issues"},
|
||||
{name:"疑修 (Issue)",index:"issues"},
|
||||
// {name:"合并请求 (PR)",index:"pulls"},
|
||||
// {name:"引擎 (Engine)",index:"devops"},
|
||||
{name:"数据集",index:"dataset"},
|
||||
|
|
|
|||
Loading…
Reference in New Issue