From adebdff244d2ba30fab306ff433b79376c417bae Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@gmail.com>
Date: 星期三, 12 二月 2025 20:49:04 +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