forked from Gitlink/forgeplus-react
红山竞赛-作品提交-不需要判断是否加入战队
This commit is contained in:
parent
c98dbcfe0c
commit
00fcf8542d
|
|
@ -659,7 +659,7 @@ async function JoinTeams(name: any) {
|
|||
if (item.module_type != "enroll") {
|
||||
return (
|
||||
<Menu.Item className={styles.menuItem} onClick={() => {
|
||||
if (item?.is_authentication) {
|
||||
if (item?.is_authentication && !hongshanId.includes(HeaderDetail?.identifier)) {
|
||||
if (!handleVerify(dispatch)) {
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -127,8 +127,8 @@ export default function request(url: string, option: any, flag?: boolean) {
|
|||
|
||||
let newOptions = { ...defaultOptions, ...options }
|
||||
let eduHeader = {
|
||||
'X-Edu-Signature':'a37045f809c1c5c8abe212cc0173078a',
|
||||
'X-Edu-Timestamp':'1719200311476',
|
||||
'X-Edu-Signature':'21f2414978fb35b31669d237fbb51031',
|
||||
'X-Edu-Timestamp':'1719795620994',
|
||||
'X-Edu-Type':'pc',
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue