This commit is contained in:
张良(004796)
2024-01-22 15:34:22 +08:00
parent a1c32dbbef
commit e808a517a0
2 changed files with 69 additions and 135 deletions

View File

@@ -252,3 +252,13 @@ export const smsTypeList = [
{ value: 'REGISTER', label: '注册短信'},
{ value: 'RESET_PASSWORD', label: '充值密码'},
]
export const userErrorLogTypeList = [
{ value: 1, label: '截屏',listClass: listClass.warning},
{ value: 2, label: '录屏',listClass: listClass.danger},
]
export const userErrorLogHomeIndexList = [
{ value: 'video', label: '直播期间',listClass: listClass.danger},
{ value: 'other', label: '其他',listClass: listClass.success},
]