This commit is contained in:
张良(004796)
2024-05-09 21:25:25 +08:00
parent 9b58ee04df
commit 7b7fd551b0
5 changed files with 113 additions and 5 deletions

View File

@@ -648,6 +648,11 @@ export const linkTypeBannerList = [
{ value: 3, label: '图片',listClass: listClass.primary},
]
export const userTagList = [
{ value: 1, label: '火热',listClass: listClass.danger},
{ value: 2, label: '活跃',listClass: listClass.success},
]
export const professionList = [
{ value: '运动员', label: '运动员'},