feat(管理员赠送): 增加赠送vip的栏目

This commit is contained in:
hzj 2025-09-15 18:46:28 +08:00
parent 35a213bf2b
commit e489129147

View File

@ -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]
}