From e6be6598d70f1fc4e6d4bf33d6e43dc6492187ad Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@gmail.com> Date: 星期四, 13 二月 2025 22:49:04 +0800 Subject: [PATCH] # --- rsf-admin/src/page/login/Login.jsx | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/rsf-admin/src/page/login/Login.jsx b/rsf-admin/src/page/login/Login.jsx index 0eedaad..b70c721 100644 --- a/rsf-admin/src/page/login/Login.jsx +++ b/rsf-admin/src/page/login/Login.jsx @@ -26,7 +26,7 @@ const notify = useNotify(); const login = useLogin(); const location = useLocation(); - const { tenantList } = props; + const { systemInfo, tenantList } = props; const { control, handleSubmit, watch, setValue, getValues } = useForm(); -- Gitblit v1.9.1