This commit is contained in:
heixinyouzi 2024-05-31 15:14:21 +08:00
parent 7d5f8a5288
commit a85a818364

View File

@ -28,7 +28,7 @@ const data = reactive({
}); });
onMounted(async () => { onMounted(async () => {
// 8834041785 // 8834041785
const res = await fetch("http://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=8834041785")
const mlist = await res.json() const mlist = await res.json()
data.audio = [] data.audio = []
mlist.forEach(i => { mlist.forEach(i => {