zy-asrs-flow/src/components/RightContent/AvatarDropdown.tsx
@@ -104,13 +104,23 @@ } const menuItems = [ ...(menu ? [ { key: 'center', icon: <UserOutlined />, label: '个人中心', }, // ...(menu // ? [ // { // key: 'center', // icon: <UserOutlined />, // label: '个人中心', // }, // { // key: 'settings', // icon: <SettingOutlined />, // label: '个人设置', // }, // { // type: 'divider' as const, // }, // ] // : []), { key: 'settings', icon: <SettingOutlined />, @@ -119,8 +129,6 @@ { type: 'divider' as const, }, ] : []), { key: 'logout', icon: <LogoutOutlined />,