From c5499cc4a9a5e90ce51c32ccc7ff1a056a77b9e7 Mon Sep 17 00:00:00 2001 From: heixinyouzi <2410633923@qq.com> Date: Tue, 4 Jun 2024 13:21:31 +0800 Subject: [PATCH] misic --- src/components/aplayerView.vue | 3 ++- src/views/plink/right.vue | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/aplayerView.vue b/src/components/aplayerView.vue index 24c6cdb..6c6d134 100644 --- a/src/components/aplayerView.vue +++ b/src/components/aplayerView.vue @@ -28,7 +28,8 @@ const data = reactive({ }); onMounted(async () => { // 8834041785 - const res = await fetch("https://met.hxyouzi.com/meting-api/?server=tencent&type=playlist&id=8834041785") + const res = await fetch("https://met.hxyouzi.com/meting-api/?server=tencent&type=playlist&id=87567066822") + // const res = await fetch("https://met.hxyouzi.com/meting-api/?server=tencent&type=playlist&id=8834041785") const mlist = await res.json() data.audio = [] mlist.forEach(i => { diff --git a/src/views/plink/right.vue b/src/views/plink/right.vue index a307085..6a49027 100644 --- a/src/views/plink/right.vue +++ b/src/views/plink/right.vue @@ -196,7 +196,6 @@ onMounted(async () => { }) console.log(22222, tagList.value); }); -