可信代码库-成员管理成员类型取消创建者选项。加入的组织接口传递username
This commit is contained in:
@@ -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 || '授权失败');
|
||||
|
||||
Reference in New Issue
Block a user