协议移除

This commit is contained in:
2026-01-14 10:22:29 +08:00
parent 9c0efc38d0
commit d18a09e639
9 changed files with 5 additions and 15 deletions

View File

@@ -388,7 +388,6 @@ public class SysConfigServiceImpl implements SysConfigService {
baseInfo.put("favicon", getStringConfig("system.favicon"));
// 登录协议文件ID
baseInfo.put("platformAgreement", getStringConfig("system.agreement.platform"));
baseInfo.put("userAgreement", getStringConfig("system.agreement.user"));
baseInfo.put("privacyAgreement", getStringConfig("system.agreement.privacy"));