From 158ef0f443b9f36f8beb44853ed1f39449c45c1d Mon Sep 17 00:00:00 2001
From: yangyang
Date: 星期五, 21 三月 2025 10:55:37 +0800
Subject: [PATCH] #修改 1. 动态扩展字段优化 2. 物料优化

---
 rsf-admin/src/page/login/index.jsx |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/rsf-admin/src/page/login/index.jsx b/rsf-admin/src/page/login/index.jsx
index 5ac8662..17c3f9c 100644
--- a/rsf-admin/src/page/login/index.jsx
+++ b/rsf-admin/src/page/login/index.jsx
@@ -113,9 +113,9 @@
                     <Login systemInfo={systemInfo} tenantList={tenantList} />
                 )}
 
-                <Box mb={1} sx={{ textAlign: 'center' }}>
+                {/* <Box mb={1} sx={{ textAlign: 'center' }}>
                     <Typography variant="caption" align="center">{translate("page.login.footer")}</Typography>
-                </Box>
+                </Box> */}
             </Card>
         </Box >
     );

--
Gitblit v1.9.1