添加了获取直播列表的接口
This commit is contained in:
@@ -236,6 +236,10 @@ export default {
|
||||
type: type,
|
||||
status: status,
|
||||
});
|
||||
},
|
||||
// 获取直播列表
|
||||
tabLiveList(){
|
||||
return vm.$u.post('api/Specialci/tabLiveList')
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user