web
6 天以前 e8acf56b807be105702321a0be2119963fa69e03
src/api/screen/graphic/index.js
@@ -10,4 +10,15 @@
        method: 'post',
        data
    })
}
/**
 * 获取流量监测数据
 */
export const getFlowVideoData = (params) => {
    return  publicRequest({
        url: '/waterFlow/getVideo',
        method: 'get',
        params
    })
}