https
This commit is contained in:
parent
7d5f8a5288
commit
a85a818364
@ -28,7 +28,7 @@ const data = reactive({
|
||||
});
|
||||
onMounted(async () => {
|
||||
// 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()
|
||||
data.audio = []
|
||||
mlist.forEach(i => {
|
||||
|
Loading…
Reference in New Issue
Block a user