This commit is contained in:
2020-07-20 08:43:13 +08:00
parent 113144b716
commit 4c70db7575
4 changed files with 35 additions and 13 deletions

View File

@@ -239,7 +239,11 @@ export default {
},
// 获取直播列表
tabLiveList(){
return vm.$u.post('api/Specialci/tabLiveList')
return vm.$u.post('Specialci/tabLiveList')
},
// 获取图文视频详情
articleInfo({article_id}){
return vm.$u.post('article/articleInfo',{article_id})
}
}
}