pull/186/head
sunmeng 2024-11-07 11:03:19 +08:00
parent f063fea835
commit c131a98bab
1 changed files with 1 additions and 1 deletions

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
} }
}, },