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 | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/rsf-admin/src/page/login/Register.jsx b/rsf-admin/src/page/login/Register.jsx
index e803ec5..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();
--
Gitblit v1.9.1