协议问题解决
This commit is contained in:
@@ -10,6 +10,11 @@ export interface SystemBaseInfo {
|
||||
adminLogo: string; // 管理后台Logo(fileId)
|
||||
favicon: string; // 网站图标(fileId)
|
||||
|
||||
// 登录协议文件ID
|
||||
platformAgreement: string; // 平台协议(fileId)
|
||||
userAgreement: string; // 用户协议(fileId)
|
||||
privacyAgreement: string; // 隐私协议(fileId)
|
||||
|
||||
// 登录开关(来自不同分组)
|
||||
smsLoginEnabled: boolean; // 短信登录开关(sms分组)
|
||||
emailLoginEnabled: boolean; // 邮箱登录开关(email分组)
|
||||
|
||||
Reference in New Issue
Block a user