校园-江西科技师范大学-前端
shuishen
2023-12-14 e733164e1c779b3aef7245936b9daf7875bf791e
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
 * @Author: Morpheus
 * @Date: 2021-05-09 15:17:44
 * @Last Modified by: Morpheus
 * @Last Modified time: 2022-06-08 18:29:50
 */
// 监控
import request from '@/router/axios'
 
export const getListVideo = (params) => {
    return request({
        url: '/blade-sp/sp/list',
        method: 'get',
        params: params
    })
}