去掉上一步改动
This commit is contained in:
parent
00fcf8542d
commit
248d843295
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue