|
|
|
@ -33,7 +33,7 @@ class ForumsNavTab extends Component {
|
|
|
|
|
|
|
|
|
|
const techSharePath = `/forums/categories/5`
|
|
|
|
|
const guidePath = `/forums/categories/3`
|
|
|
|
|
|
|
|
|
|
const guidePaths = `/forums/categories/16`
|
|
|
|
|
const hottestPath = `/forums/categories/all?order=hottest` // ?order=hottest
|
|
|
|
|
const newestPath = `/forums/categories/all?order=newest` // ?order=newest
|
|
|
|
|
|
|
|
|
@ -87,6 +87,12 @@ class ForumsNavTab extends Component {
|
|
|
|
|
>
|
|
|
|
|
<span className="fl">操作指南</span>
|
|
|
|
|
</Link>
|
|
|
|
|
<Link to={`${guidePaths}`} className={classNames("fl font-16 padding5-20 block mr30 navItem"
|
|
|
|
|
, {'active': locationPath.indexOf(guidePaths) === 0 })}
|
|
|
|
|
onClick={()=>this.onNavClick(locationPath.indexOf(guidePaths) === 0)}
|
|
|
|
|
>
|
|
|
|
|
<span className="fl">通知公告</span>
|
|
|
|
|
</Link>
|
|
|
|
|
{/*<a href="/forums?type=discuss" className="fl font-16 ptl5-10 block mr20">
|
|
|
|
|
<span className="fl">实训交流</span>
|
|
|
|
|
<span className="forum_filtrate_span2 mt10 ml10 fl">1391</span>
|
|
|
|
|