|
|
|
@ -1268,8 +1268,8 @@ submittojoinclass=(value)=>{
|
|
|
|
|
{shixuntype===true?"":<li><Link to={`/users/${this.props.current_user===undefined?"":this.props.current_user.login}/shixuns`}>我的实训项目</Link></li>}
|
|
|
|
|
{pathstype===true?"":<li><Link to={`/users/${this.props.current_user===undefined?"":this.props.current_user.login}/paths`}>{this.props.user&&this.props.user.main_site===false?"我的课程":"我的实践课程"}</Link></li>}
|
|
|
|
|
{this.props.user&&this.props.user.main_site===true?<li><Link to={`/users/${this.props.current_user===undefined?"":this.props.current_user.login}/projects`}>我的开发项目</Link></li>:""}
|
|
|
|
|
{ Periofters === true &&<li><Link to ={`/problemset`}>我的试题库</Link></li> }
|
|
|
|
|
{ Periofters === true &&<li><Link to ={`/paperlibrary`}>我的试卷库</Link></li> }
|
|
|
|
|
{/*{ Periofters === true &&<li><Link to ={`/problemset`}>我的试题库</Link></li> }*/}
|
|
|
|
|
{/*{ Periofters === true &&<li><Link to ={`/paperlibrary`}>我的试卷库</Link></li> }*/}
|
|
|
|
|
{/*<li><Link to={`/users/${this.props.current_user===undefined?"":this.props.current_user.login}/package`}>我的众包</Link></li>*/}
|
|
|
|
|
<li style={{display: this.props.Headertop === undefined ? 'none' : this.props.Headertop.customer_management_url===null || this.props.Headertop.customer_management_url===""? 'none' : 'block'}}>
|
|
|
|
|
<a href={this.props.Headertop === undefined ? '' : this.props.Headertop.customer_management_url}>客户管理</a>
|
|
|
|
|