新增直播轮播组件

This commit is contained in:
唐明明
2020-11-30 17:38:19 +08:00
parent 4b8baab1e5
commit f267036d9b
17 changed files with 102 additions and 66 deletions

11
apis/interfaces/video.js Normal file
View File

@@ -0,0 +1,11 @@
/*
* 视频
*/
import {req} from "../request"
const videos = () => req({url: "videos"}) //获取视频列表
export default({
videos
})