diff --git a/src/compenents/header/index.tsx b/src/compenents/header/index.tsx index e6c6f31..bdae660 100644 --- a/src/compenents/header/index.tsx +++ b/src/compenents/header/index.tsx @@ -25,12 +25,22 @@ export const Header: React.FC = () => { { label: "修改密码", key: "change_password", - icon: , + icon: ( + + ), }, { label: "退出登录", key: "login_out", - icon: , + icon: ( + + ), }, ]; return (