@@ -211,7 +211,7 @@
// 根据拼接屏数量得到分屏状态
obj[item.ID].splitStatus = Math.floor(Math.sqrt(num) - 1)
})
- this.$store.dispatch('updateBigscreenObj', obj)
+ this.$store.dispatch('updateBigscreenObj', {...obj,...bigscreenObj})
// 获取视频播放的配置对象
const preSingleList = await reqPreviewSourceList()