From 3baaad59171ded6aca17340fcc907acbeeb45b7b Mon Sep 17 00:00:00 2001 From: zhuguifei <zhuguifei@zhuguifeideiMac.local> Date: 星期二, 08 四月 2025 08:14:43 +0800 Subject: [PATCH] Merge branch 'main' of http://lanpucloud.cn:1111/r/eims-master --- eims-ui/apps/web-antd/src/views/_core/oauth-common.ts | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/eims-ui/apps/web-antd/src/views/_core/oauth-common.ts b/eims-ui/apps/web-antd/src/views/_core/oauth-common.ts index 6627442..dc7d50f 100644 --- a/eims-ui/apps/web-antd/src/views/_core/oauth-common.ts +++ b/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', + }, ]; -- Gitblit v1.9.3