|
|
|
@ -782,14 +782,14 @@ submittojoinclass=(value)=>{
|
|
|
|
|
<style>
|
|
|
|
|
{
|
|
|
|
|
`
|
|
|
|
|
.posi-searchs{
|
|
|
|
|
opacity: 1;
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: -2px;
|
|
|
|
|
background: #fff;
|
|
|
|
|
z-index:10000;
|
|
|
|
|
right: 185px;
|
|
|
|
|
}
|
|
|
|
|
.posi-searchs{
|
|
|
|
|
opacity: 1;
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: -2px;
|
|
|
|
|
background: #fff;
|
|
|
|
|
z-index:10000;
|
|
|
|
|
right: 185px;
|
|
|
|
|
}
|
|
|
|
|
`
|
|
|
|
|
}
|
|
|
|
|
</style>
|
|
|
|
@ -869,6 +869,11 @@ submittojoinclass=(value)=>{
|
|
|
|
|
<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>
|
|
|
|
|
</li>
|
|
|
|
|
{
|
|
|
|
|
this.props.Headertop && this.props.Headertop.college_identifier &&
|
|
|
|
|
<li><a href={`/colleges/${this.props.Headertop.college_identifier}/statistics`}>学院统计</a></li>
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
<li><a href={`/account/profile`}>账号管理</a></li>
|
|
|
|
|
{/*<li><a onClick={()=>this.educoderlogin()} >登入测试接口</a></li>*/}
|
|
|
|
|
{/*<li><a onClick={()=>this.trialapplications()} >试用申请</a> </li>*/}
|
|
|
|
|