✨ feat: 获取flv地址
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
<template>
|
||||
<div>
|
||||
<video ref="videoElement" controls autoplay style="width: 100%; height: 400px;"></video>
|
||||
<!-- 允许跨域视频播放 -->
|
||||
<video ref="videoElement" controls autoplay style="width: 100%; height: 400px;" crossorigin="anonymous"></video>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user