监控数量

new-map
ihzero 2022-11-30 17:26:16 +08:00
parent 69939fcc3e
commit 20790e779c
1 changed files with 3 additions and 3 deletions

View File

@ -115,9 +115,9 @@
}) })
// console.log(resData) // console.log(resData)
Data.list = resData.map((e, index) => { Data.list = resData.splice(0, 3).map((e, index) => {
const { username, passage, ip, port, rtsp_url } = e.extends const { rtsp_url } = e.extends
const url = `rtsp://${username}:${passage}@${ip}:${port}${rtsp_url}` const url = rtsp_url
// const url = 'rtsp://admin:admin12345@183.222.79.115:9007/cam/realmonitor?channel=1&subtype=0' // const url = 'rtsp://admin:admin12345@183.222.79.115:9007/cam/realmonitor?channel=1&subtype=0'
return { return {
...e, ...e,