src/api/dataL/axiosL.js @@ -39,3 +39,13 @@ } }) } export const getVideo = (deviceCode) => { return request({ url: 'https://web.byisf.com:18000/GetPlayUrl', method: 'get', params: { ...deviceCode } }) }