From a1a7c03eae40f4b0344fce652e1a240cf5283624 Mon Sep 17 00:00:00 2001
From: Junjie <540245094@qq.com>
Date: 星期五, 13 九月 2024 16:37:42 +0800
Subject: [PATCH] #合并订单出库,统一转波次出库前最新代码
---
zy-asrs-flow/src/components/RightContent/AvatarDropdown.jsx | 17 +++++------------
1 files changed, 5 insertions(+), 12 deletions(-)
diff --git a/zy-asrs-flow/src/components/RightContent/AvatarDropdown.jsx b/zy-asrs-flow/src/components/RightContent/AvatarDropdown.jsx
index 6e4c9cb..9f1889b 100644
--- a/zy-asrs-flow/src/components/RightContent/AvatarDropdown.jsx
+++ b/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 />,
--
Gitblit v1.9.1