#
luxiaotao1123
2024-02-27 ac9f00825c49ba70dcb5f7f9eddda395796693ef
#
2个文件已修改
13 ■■■■■ 已修改文件
zy-asrs-flow/config/routes.ts 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
zy-asrs-flow/src/components/RightContent/AvatarDropdown.jsx 8 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
zy-asrs-flow/config/routes.ts
@@ -24,6 +24,11 @@
        path: '/user/login',
        component: './User/Login/index',
      },
      {
        name: 'setting',
        path: '/user/setting',
        component: './User/Setting/index',
      },
    ],
  },
  {
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: '个人设置',
    },