feat(管理员赠送): 增加赠送vip的栏目
This commit is contained in:
parent
35a213bf2b
commit
e489129147
@ -163,6 +163,10 @@ const tabList = ref([
|
||||
id: 2,
|
||||
name: 'Vehicles',
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
name: 'Vip',
|
||||
},
|
||||
// {
|
||||
// id: 3,
|
||||
// name: 'Chat Box',
|
||||
@ -240,6 +244,7 @@ const getPropsType = () => {
|
||||
Vehicles: 'RIDE',
|
||||
'Chat Box': 'CHAT_BUBBLE',
|
||||
Theme: 'THEME',
|
||||
Vip: 'NOBLE_VIP',
|
||||
}
|
||||
return typeMap[currentTab.value]
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user