1 #186

Merged
xiaomeng merged 1 commits from pc-master into portal 2024-11-07 03:10:40 +00:00

View File

@ -96,7 +96,7 @@ export default {
this.cameraid = router.cameraSerialNumber; this.cameraid = router.cameraSerialNumber;
this.channelid = router.cameraChannelNumber this.channelid = router.cameraChannelNumber
this.getVideoData(cameraid, channelid) this.getVideoData(this.cameraid, this.channelid)
return return
} }
}, },