From e489129147cd5b5832a19097cfc3f8ef01fcfcca Mon Sep 17 00:00:00 2001 From: hzj <1304805162@qq.com> Date: Mon, 15 Sep 2025 18:46:28 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E7=AE=A1=E7=90=86=E5=91=98=E8=B5=A0?= =?UTF-8?q?=E9=80=81):=20=E5=A2=9E=E5=8A=A0=E8=B5=A0=E9=80=81vip=E7=9A=84?= =?UTF-8?q?=E6=A0=8F=E7=9B=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ItemDistribution.vue | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/views/ItemDistribution.vue b/src/views/ItemDistribution.vue index 9531506..2ffdcb1 100644 --- a/src/views/ItemDistribution.vue +++ b/src/views/ItemDistribution.vue @@ -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] }