车间能级提升-智能设备管理系统
zhuguifei
2025-04-08 3baaad59171ded6aca17340fcc907acbeeb45b7b
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',
  },
];