From 4235b508143509b4f8aa85c8b561313f131b1d4b Mon Sep 17 00:00:00 2001
From: Ryan <creaycat@gmail.com>
Date: 星期四, 20 三月 2025 21:12:08 +0800
Subject: [PATCH] #修改 物料列表返回字段优化

---
 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