Compare commits

..

2 Commits

Author SHA1 Message Date
xiaomeng eca75d1f07 Merge pull request '1' (#186) from pc-master into portal
Reviewed-on: #186
2024-11-07 03:10:39 +00:00
sunmeng c131a98bab 1 2024-11-07 11:03:19 +08:00
1 changed files with 1 additions and 1 deletions

View File

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