优化abl云端录像播放效果
This commit is contained in:
@@ -215,7 +215,7 @@ export default {
|
||||
cloudRecordId: row.id
|
||||
})
|
||||
.then(data => {
|
||||
this.$refs.playerDialog.openDialog(data)
|
||||
this.$refs.playerDialog.openDialog(data, row.timeLen, row.startTime)
|
||||
})
|
||||
.catch((error) => {
|
||||
console.log(error)
|
||||
|
||||
Reference in New Issue
Block a user