feat: 获取flv地址

This commit is contained in:
砂糖
2025-08-08 15:23:08 +08:00
parent 6357368459
commit 22ffa5e19b
5 changed files with 25 additions and 15 deletions

View File

@@ -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>