南昌市物联网技防平台-前端
zengh
2021-05-08 08ab2073c9e965c2ea1eb3e8d0a2cfc9a30d7d25
src/api/dataL/axiosL.js
@@ -28,4 +28,24 @@
      ...dataM
    }
  })
}
export const getImg = (dataImg,methods) => {
  return request({
    url: '/api/blade-jfpts/depl/selectInfo',
    method: methods,
    params: {
      ...dataImg
    }
  })
}
export const getVideo = (deviceCode) => {
  return request({
    url: 'https://web.byisf.com:18000/GetPlayUrl',
    method: 'get',
    params: {
      ...deviceCode
    }
  })
}