skyouc
2025-05-20 a5816e4f1abd1e513d304357e542b75ff76a8f94
rsf-admin/src/page/login/index.jsx
@@ -56,7 +56,7 @@
                backgroundSize: 'cover',
            }}
        >
            <video
            {/* <video
                autoPlay
                loop
                muted
@@ -76,7 +76,7 @@
                {LOGIN_BACKGROUND === 'media' && (
                    <source src="/login_bg.mp4" type="video/mp4" />
                )}
            </video>
            </video> */}
            <Card sx={{
                width: 400,
@@ -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 >
    );