eims-ui/apps/web-antd/src/views/_core/oauth-common.ts
@@ -59,6 +59,7 @@ * action不为空的会在登录页显示 */ export const accountBindList: BindItem[] = [ { avatar: TaobaoIcon, color: '#ff4000', @@ -101,4 +102,13 @@ source: 'github', title: 'GITHUB', }, { action: () => handleAuthBinding('keycloak'), avatar: TaobaoIcon, color: '#ff4000', description: 'keycloak登录', key: '6', source: 'keycloak', title: 'keycloak', }, ];