mirror of
https://github.com/whyour/qinglong.git
synced 2026-07-18 02:14:32 +08:00
兼容antd Menu
This commit is contained in:
@@ -93,6 +93,7 @@ const SecuritySettings = ({ user, userChange }: any) => {
|
||||
const onChange = (e) => {
|
||||
if (e.file && e.file.response) {
|
||||
setAvatar(`/api/static/${e.file.response.data}`);
|
||||
userChange();
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user