Browse Source

视频相关

Lita-Tako 4 months ago
parent
commit
648574a008
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
 				})