fix: 登录页背景图替换

This commit is contained in:
ssongliu 2023-03-13 17:58:32 +08:00 committed by ssongliu
parent f1ed976c17
commit 5527ef73ad
4 changed files with 3 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 576 KiB

After

Width:  |  Height:  |  Size: 170 KiB

View file

@ -4,7 +4,7 @@
</div>
<div class="footer flx-justify-between">
<div class="footer-left">
<a href="https://fit2cloud.com/" target="_blank">杭州飞致云信息科技有限公司</a>
<a href="https://fit2cloud.com/" target="_blank">Copyright @2014-2023 FIT2CLOUND 飞致云</a>
</div>
<div class="footer-right">
<SystemUpgrade />

View file

@ -118,7 +118,7 @@ export default {
warnning:
'Note: [Closing the security entrance] will make your panel login address directly exposed to the Internet, very dangerous, please exercise caution',
codeInput: 'Please enter the 6-digit verification code of the MFA validator',
title: 'ModernOpenSource Linux server operation and maintenance management panel',
title: 'Linux server operation and maintenance management panel',
},
rule: {
username: 'Please enter a username',

View file

@ -122,7 +122,7 @@ export default {
warnning: '注意关闭安全入口将使您的面板登录地址被直接暴露在互联网上非常危险请谨慎操作',
codeInput: '请输入 MFA 验证器的 6 位验证码',
mfaTitle: 'MFA认证',
title: '现代化开源的 Linux 服务器运维管理面板',
title: 'Linux 服务器运维管理面板',
},
rule: {
username: '请输入用户名',