diff --git a/src/views/Tg/index.vue b/src/views/Tg/index.vue
index fc0ca1a..6302355 100644
--- a/src/views/Tg/index.vue
+++ b/src/views/Tg/index.vue
@@ -49,7 +49,7 @@
>
-
+
@@ -92,12 +92,6 @@ const getTgTab = async () => {
let ret = await queryTgTab({ id: route.query.id })
if (ret.code === 0) {
tabList.value = ret.data
- tabList.value.push({
- productType: 1,
- showName: "圈子",
- sort: 3,
- status: 1,
- })
}
}
diff --git a/src/views/VideoPlay/components/ProductItem.vue b/src/views/VideoPlay/components/ProductItem.vue
index 9682500..6957161 100644
--- a/src/views/VideoPlay/components/ProductItem.vue
+++ b/src/views/VideoPlay/components/ProductItem.vue
@@ -11,10 +11,10 @@