misic
This commit is contained in:
parent
f49f86c38e
commit
c5499cc4a9
@ -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 => {
|
||||||
|
@ -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">
|
||||||
|
Loading…
Reference in New Issue
Block a user