2 Commits 7dfd105a3b ... 9753d3fbfd

Auteur SHA1 Message Date
  Lita-Tako 9753d3fbfd Merge branch 'refs/heads/dev-2.19.0' into dev il y a 4 mois
  Lita-Tako 648574a008 视频相关 il y a 4 mois
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/components/video/Live.vue

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

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