mirror of
https://github.com/PlayEdu/backend
synced 2025-06-20 23:12:47 +08:00
修改密码
This commit is contained in:
parent
16bc8b027f
commit
b9d9bc566c
@ -72,7 +72,6 @@ export const LeftMenu: React.FC = () => {
|
||||
const navigate = useNavigate();
|
||||
//点击每一项
|
||||
const onClick = (e: any) => {
|
||||
console.log("click ", e);
|
||||
navigate(e.key);
|
||||
};
|
||||
return (
|
||||
|
Loading…
x
Reference in New Issue
Block a user