南昌市物联网技防平台-前端
shuishen
2021-07-02 de33a6dc0e5c1c3456ea38ec4606f85af0dd2d45
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
    }
  })
}