From 5a0ab7dbeaba63e7d370e9fa4586f1664e1da775 Mon Sep 17 00:00:00 2001 From: baoshiwei <baoshiwei@shlanbao.cn> Date: 星期三, 09 七月 2025 08:53:39 +0800 Subject: [PATCH] feat(eims-ui): 新增预测性维护主界面和cnc加工中心、空压机、smt贴片机、注塑机等详情界面 --- 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