#
luxiaotao1123
2024-02-27 ac9f00825c49ba70dcb5f7f9eddda395796693ef
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}>
@@ -113,7 +111,7 @@
    //   ]
    //   : []),
    {
      key: 'settings',
      key: 'setting',
      icon: <SettingOutlined />,
      label: '个人设置',
    },