From e6df4123693fca526040115475701bcd3e373904 Mon Sep 17 00:00:00 2001 From: vincentlu <t1341870251@gmail.com> Date: 星期四, 13 二月 2025 13:36:59 +0800 Subject: [PATCH] # --- rsf-admin/src/page/login/Register.jsx | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rsf-admin/src/page/login/Register.jsx b/rsf-admin/src/page/login/Register.jsx index 940663b..3e19a4f 100644 --- a/rsf-admin/src/page/login/Register.jsx +++ b/rsf-admin/src/page/login/Register.jsx @@ -26,7 +26,7 @@ const notify = useNotify(); const login = useLogin(); const location = useLocation(); - const { tab, tenantList } = props; + const { systemInfo, tenantList } = props; const { control, watch, handleSubmit, setValue } = useForm(); @@ -191,7 +191,7 @@ )} /> - <Box mt={10}></Box> + <Box /> <Button type="submit" -- Gitblit v1.9.1