init
This commit is contained in:
@@ -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},
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user