放开疑修模块

This commit is contained in:
caishi 2025-04-07 17:30:13 +08:00
parent f23a9512ad
commit c8658022e8
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -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"},