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