老哥们 这axios直接获取数组里的对象

img

img

有没有好的招 可以get到数组里的对象

直接取第几个就用下标取,或者循环


const { playList: [fistData] } = state
console.log(fistData)