From 877722e08ae42cddc4048578561b8e8999523e0d Mon Sep 17 00:00:00 2001
From: vincentlu <t1341870251@gmail.com>
Date: 星期四, 13 二月 2025 14:43:43 +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