zy-asrs-flow/config/routes.ts | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
zy-asrs-flow/src/components/RightContent/AvatarDropdown.jsx | ●●●●● 补丁 | 查看 | 原始文档 | 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: '个人设置', },