|
|
|
@ -14,6 +14,7 @@ import img_2 from '../Images/2.png';
|
|
|
|
|
import img_3 from '../Images/3.png';
|
|
|
|
|
import img_4 from '../Images/4.png';
|
|
|
|
|
import img_6 from '../Images/6.png';
|
|
|
|
|
import img_7 from '../Images/7.png';
|
|
|
|
|
import img_parise from '../Images/parise.png';
|
|
|
|
|
import img_focus from '../Images/focus.png';
|
|
|
|
|
import img_parised from '../Images/parised.png';
|
|
|
|
@ -305,9 +306,8 @@ class Detail extends Component{
|
|
|
|
|
<li className={url.indexOf("trends")>0 ? "active" : ""}><Link to={`/projects/${projectsId}/trends`}><img alt="" src={img_6} width="23" />动态</Link></li>
|
|
|
|
|
{
|
|
|
|
|
isManager &&
|
|
|
|
|
<li className={url.indexOf("setting")>0 ? "active" : ""}><Link to={`/projects/${projectsId}/setting`}>仓库设置</Link></li>
|
|
|
|
|
<li className={url.indexOf("setting")>0 ? "active" : ""}><Link to={`/projects/${projectsId}/setting`}><img alt="" src={img_7} width="19" />仓库设置</Link></li>
|
|
|
|
|
}
|
|
|
|
|
<li className={url.indexOf("setting")>0 ? "active" : ""}><Link to={`/projects/${projectsId}/setting`}>仓库设置</Link></li>
|
|
|
|
|
</ul>
|
|
|
|
|
<span className="df">
|
|
|
|
|
<span className="detail_tag_btn">
|
|
|
|
|