fix: bug#10526

This commit is contained in:
JiangQiming 2023-03-17 14:25:22 +08:00
parent af4752e349
commit a553cdd191
2 changed files with 2 additions and 2 deletions

View File

@ -131,7 +131,7 @@
>
刷新
</div>
<LivePlayer :url="item.url" autoplay />
<LivePlayer :live="true" :url="item.url" autoplay />
</div>
</template>
</div>

View File

@ -25,7 +25,7 @@
<div class="tool-item">刷新</div>
<div class="tool-item" @click.stop="handleReset">重置</div>
</div>
<LivePlayer :url="url" :protocol="mediaType" autoplay />
<LivePlayer :live="true" :url="url" :protocol="mediaType" autoplay />
</div>
<MediaTool
@onMouseDown="handleMouseDown"