可信代码库-成员管理成员类型取消创建者选项。加入的组织接口传递username

This commit is contained in:
付民康
2025-04-01 14:17:18 +08:00
parent 11bad14c5e
commit 145f768284
2 changed files with 10 additions and 10 deletions

View File

@@ -99,12 +99,12 @@ const emitEvents = (type: 'success' | 'fail' = 'success', error_info?: string, p
url && localStorage.removeItem('loginReturnUrl');
url ? window.location.href = url : router.replace('/');
}
Message.success({
message: '欢迎来到GitCode!',
onClose: () => {
emitEvent('notice');
}
});
// Message.success({
// message: '欢迎来到GitCode!',
// onClose: () => {
// emitEvent('notice');
// }
// });
} else {
router.replace('/login');
Message.warning(error_info || '授权失败');