fix: bug#10526
This commit is contained in:
parent
af4752e349
commit
a553cdd191
|
@ -131,7 +131,7 @@
|
|||
>
|
||||
刷新
|
||||
</div>
|
||||
<LivePlayer :url="item.url" autoplay />
|
||||
<LivePlayer :live="true" :url="item.url" autoplay />
|
||||
</div>
|
||||
</template>
|
||||
</div>
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue