优化abl云端录像播放效果

This commit is contained in:
lin
2025-09-22 14:31:04 +08:00
parent 15ff87a323
commit 3a594f7bee
6 changed files with 20 additions and 14 deletions

View File

@@ -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)