From b75c93231ea0d162667a8ddcc66219c1f45ca723 Mon Sep 17 00:00:00 2001 From: jxxghp Date: Tue, 29 Apr 2025 12:19:25 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20discover.vue?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/discover.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/discover.vue b/src/pages/discover.vue index 3a4ddf0e..3537fb78 100644 --- a/src/pages/discover.vue +++ b/src/pages/discover.vue @@ -123,7 +123,7 @@ onBeforeMount(async () => { sortSubscribeOrder() // 选中第一个标签页 if (discoverTabs.value.length > 0) { - activeTab.value = discoverTabs.value[0].name + activeTab.value = discoverTabs.value[0].mediaid_prefix } })