music: { title: '猎户星座', artist: '朴树', src: config.API_BASE + '/media/lhxz.mp3', pic: config.API_BASE + '/media/lhxz.jpg' } } }, created(){ this.getHotArticle() }, methods: { async getHotArticle(){ const res = await http.getHotArticle() this.hotArticle = res.data...