This commit is contained in:
77
2024-05-05 17:49:28 +08:00
parent 106eb9b464
commit 4d11e63c82
4 changed files with 357 additions and 0 deletions

View File

@@ -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: '运动员'},