南昌市物联网技防平台-前端
zengh
2021-04-30 f0ca4d8ba074e441b85f4d689850f14c41bb229c
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
    }
  })
}