init
This commit is contained in:
@@ -641,6 +641,13 @@ export const appUserTypeList = [
|
||||
{ value: 1, label: '内部用户',listClass: listClass.warning},
|
||||
]
|
||||
|
||||
export const linkTypeBannerList = [
|
||||
{ value: 0, label: '无链接',listClass: listClass.primary},
|
||||
{ value: 1, label: '站内链接',listClass: listClass.primary},
|
||||
{ value: 2, label: '站外链接',listClass: listClass.primary},
|
||||
{ value: 3, label: '图片',listClass: listClass.primary},
|
||||
]
|
||||
|
||||
|
||||
export const professionList = [
|
||||
{ value: '运动员', label: '运动员'},
|
||||
|
||||
Reference in New Issue
Block a user