大赛官网专区定向跳转+开通工作台页面去掉分页

This commit is contained in:
caishi 2024-09-14 10:25:25 +08:00
parent f7090eefbf
commit a2feefa5d6
2 changed files with 5 additions and 2 deletions

View File

@ -111,6 +111,9 @@ function Index(props){
const {current_user} = props;
useEffect(()=>{
if(deptId && deptId === "KYDS7th"){
window.location.href = 'https://gitlink.org.cn/competitions/2024';
}
if(deptId && deptId!=="apply"){
getDetail();
}

View File

@ -158,13 +158,13 @@ export default (({organizeDetail,history,match, current_user})=>{
pagination={false}
className="teamMemberTable"
></Table>
{
{/* {
total > limit ?
<div className="edu-txt-center mt30 mb20">
<Pagination simple current={page} total={total} pageSize={limit} onChange={ChangePage}></Pagination>
</div>
:""
}
} */}
</div>
<div className='edu-txt-right pl30 pr30 pb30'>
<Button type='primary' ghost className='mr20' onClick={()=>{history.push(`/${OIdentifier}`)}}>暂不开通</Button>