Commit 8d73b7f610cc7a14d9a8d77f24043d00ba5ea03e
Merge branch 'perf/camera-05-27' into 'main_dev'
perf(src/views): 优化摄像头设置封面无效 See merge request yunteng/thingskit-view!268
Showing
1 changed file
with
2 additions
and
2 deletions
| ... | ... | @@ -6,8 +6,8 @@ |
| 6 | 6 | @userAction="handleOnUserAction" |
| 7 | 7 | :url="sourceUrl" |
| 8 | 8 | :stream-type="playType" |
| 9 | - :config="{ width: '100%', height: '100%', poster: option.poster }" | |
| 10 | - :auto-play="option.autoplay" | |
| 9 | + :config="{ width: '100%', height: '100%', poster: poster }" | |
| 10 | + :auto-play="autoplay" | |
| 11 | 11 | /> |
| 12 | 12 | </n-spin> |
| 13 | 13 | </div> | ... | ... |