类型:开发

描述:
This commit is contained in:
2026-02-03 10:29:49 +08:00
parent c0012f5305
commit 5301a74ec9
9 changed files with 48 additions and 17 deletions

View File

@@ -191,7 +191,8 @@
const getPreviewUrl = async (code) => {
let res = await getPreviewUrlApi({
cameraIndexCode: code,
type: 'hls'
type: 'hls',
subStream:0
})
src.value = res.data.url
videoShow.value = true