学员各页面缓存

This commit is contained in:
禺狨
2023-04-21 10:27:54 +08:00
parent 492270bfc3
commit 409fa080fc
6 changed files with 50 additions and 16 deletions

View File

@@ -194,7 +194,7 @@ const DepartmentPage = () => {
type="link"
style={{ paddingLeft: 4, paddingRight: 4 }}
danger
onClick={() => navigate("/member")}
onClick={() => navigate("/member/index")}
>
{res.data.users.length}
</Button>