更新 discover.vue

This commit is contained in:
jxxghp
2025-04-29 12:19:25 +08:00
committed by GitHub
parent ca20931ed6
commit b75c93231e
+1 -1
View File
@@ -123,7 +123,7 @@ onBeforeMount(async () => {
sortSubscribeOrder() sortSubscribeOrder()
// 选中第一个标签页 // 选中第一个标签页
if (discoverTabs.value.length > 0) { if (discoverTabs.value.length > 0) {
activeTab.value = discoverTabs.value[0].name activeTab.value = discoverTabs.value[0].mediaid_prefix
} }
}) })