去掉上一步改动

This commit is contained in:
caishi 2024-07-01 09:38:44 +08:00
parent 00fcf8542d
commit 248d843295
1 changed files with 1 additions and 1 deletions

View File

@ -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 && !hongshanId.includes(HeaderDetail?.identifier)) {
if (item?.is_authentication) {
if (!handleVerify(dispatch)) {
return;
}