1
This commit is contained in:
@@ -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})
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user