协议问题解决
This commit is contained in:
@@ -387,6 +387,11 @@ public class SysConfigServiceImpl implements SysConfigService {
|
||||
baseInfo.put("adminLogo", getStringConfig("system.logo.admin"));
|
||||
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"));
|
||||
|
||||
// 登录相关开关(从各自分组获取)
|
||||
baseInfo.put("smsLoginEnabled", getBooleanConfig("sms.login.enabled"));
|
||||
baseInfo.put("emailLoginEnabled", getBooleanConfig("email.login.enabled"));
|
||||
|
||||
Reference in New Issue
Block a user