forked from Gitlink/forgeplus-react
板块管理-背景色
This commit is contained in:
parent
41e9326174
commit
ea8b5ece1a
|
|
@ -61,14 +61,13 @@ class PreModerator extends Component {
|
|||
}
|
||||
}
|
||||
return(
|
||||
<div className="educontent">
|
||||
|
||||
<ModeratorNav {...this.props} {...this.state}/>
|
||||
|
||||
{parentManage()}
|
||||
|
||||
{/* 审批(二级版主只有这一块) */}
|
||||
<CheckPublic {...this.props} {...this.state} bread_crumb={bread_crumb}/>
|
||||
<div className="newMain">
|
||||
<div className="educontent">
|
||||
<ModeratorNav {...this.props} {...this.state}/>
|
||||
{parentManage()}
|
||||
{/* 审批(二级版主只有这一块) */}
|
||||
<CheckPublic {...this.props} {...this.state} bread_crumb={bread_crumb}/>
|
||||
</div>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
|
|
|||
|
|
@ -181,7 +181,6 @@ class Index extends Component {
|
|||
//获取当前版块标题
|
||||
const title_post=forum_tag && ((children_bread_crumb && children_bread_crumb.title) || forum_tag.title);
|
||||
|
||||
console.log("c",children_bread_crumb)
|
||||
// 顶部导航栏
|
||||
const routerMap = [
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue