2 Commits 7dfd105a3b ... 9753d3fbfd

Author SHA1 Message Date
  Lita-Tako 9753d3fbfd Merge branch 'refs/heads/dev-2.19.0' into dev 4 months ago
  Lita-Tako 648574a008 视频相关 4 months ago
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/components/video/Live.vue

+ 1 - 1
src/components/video/Live.vue

@@ -290,7 +290,7 @@
290
 				.then((_) => {
290
 				.then((_) => {
291
 					videoMap[currentWindowIndex] = {
291
 					videoMap[currentWindowIndex] = {
292
 						url,
292
 						url,
293
-						cameraIndexCode: n.cameraIndexCode,
293
+						cameraIndexCode,
294
 						cameraId
294
 						cameraId
295
 					}
295
 					}
296
 				})
296
 				})