1
This commit is contained in:
@@ -58,7 +58,7 @@ const LoginPage: React.FC = () => {
|
||||
setSiteName(info.siteName);
|
||||
setSiteLogo(info.siteLogo);
|
||||
setAgreementPrivacyUrl(info.userAgreementPrivacyUrl);
|
||||
setSiteCopyright(info.siteCopyright || '© 2024 民众智创 版权所有');
|
||||
setSiteCopyright(info.siteCopyright);
|
||||
}).catch(() => {});
|
||||
}, []);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user