web登录注册修改
This commit is contained in:
16
schoolNewsWeb/src/types/system/baseinfo.ts
Normal file
16
schoolNewsWeb/src/types/system/baseinfo.ts
Normal file
@@ -0,0 +1,16 @@
|
||||
/**
|
||||
* 系统基础信息接口
|
||||
*/
|
||||
export interface SystemBaseInfo {
|
||||
// 基础信息
|
||||
systemName: string; // 系统名称
|
||||
systemShortName: string; // 系统简称
|
||||
loginLogo: string; // 登录页Logo(fileId)
|
||||
homeLogo: string; // 首页Logo(fileId)
|
||||
adminLogo: string; // 管理后台Logo(fileId)
|
||||
favicon: string; // 网站图标(fileId)
|
||||
|
||||
// 登录开关(来自不同分组)
|
||||
smsLoginEnabled: boolean; // 短信登录开关(sms分组)
|
||||
emailLoginEnabled: boolean; // 邮箱登录开关(email分组)
|
||||
}
|
||||
Reference in New Issue
Block a user