#
luxiaotao1123
2024-03-08 a554a78015cb8bd0b9f1e65a4ac478b42f73f5f9
zy-asrs-flow/src/components/RightContent/AvatarDropdown.jsx
@@ -67,10 +67,8 @@
      loginOut();
      return;
    }
    history.push(`/account/${key}`);
  },
    [setInitialState],
  );
    history.push(`/user/${key}`);
  }, [setInitialState]);
  const loading = (
    <span className={styles.action}>
@@ -112,14 +110,9 @@
    //     },
    //   ]
    //   : []),
    {
      key: 'settings',
      icon: <SettingOutlined />,
      label: '个人设置',
    },
    {
      type: 'divider'
    },
    // {
    //   type: 'divider'
    // },
    {
      key: 'logout',
      icon: <LogoutOutlined />,