This commit is contained in:
heixinyouzi 2024-06-04 13:21:31 +08:00
parent f49f86c38e
commit c5499cc4a9
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -196,7 +196,6 @@ onMounted(async () => {
}) })
console.log(22222, tagList.value); console.log(22222, tagList.value);
}); });
</script> </script>
<style scoped lang="less"> <style scoped lang="less">