1
mayisheng
2022-08-15 81f54040c2cb65537c6c6e1db8358a39a57dea0d
src/api/mobile/monitor/index.js
@@ -1,15 +1,15 @@
/*
 * @Author: Morpheus
 * @Date: 2021-05-09 15:17:44
 * @Last Modified by: liu
 * @Last Modified time: 2021-12-24 14:39:49
 * @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-architecture/architecture/selectVideo',
        url: '/blade-sp/sp/list',
        method: 'get',
        params: params
    })