diff --git a/src/forge/Information/index.jsx b/src/forge/Information/index.jsx index f9db74bd..0e9122d0 100644 --- a/src/forge/Information/index.jsx +++ b/src/forge/Information/index.jsx @@ -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(); } diff --git a/src/forge/Team/Setting/enterprise.jsx b/src/forge/Team/Setting/enterprise.jsx index 6e025df7..709c3818 100644 --- a/src/forge/Team/Setting/enterprise.jsx +++ b/src/forge/Team/Setting/enterprise.jsx @@ -158,13 +158,13 @@ export default (({organizeDetail,history,match, current_user})=>{ pagination={false} className="teamMemberTable" > - { + {/* { total > limit ?
:"" - } + } */}