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); }); -