This commit is contained in:
parent
909c2a1e99
commit
bf5b692662
|
@ -54,6 +54,7 @@
|
|||
controls
|
||||
playsinline
|
||||
autoplay="autoplay"
|
||||
style="width: 100%; height: auto;"
|
||||
>
|
||||
<source :src="attachmentLink" type="application/x-mpegURL" />
|
||||
</video>
|
||||
|
|
|
@ -861,6 +861,10 @@ const getCameraUrl = () => {
|
|||
.then((res) => {
|
||||
if (res.code == 200) {
|
||||
camera.hlsUriSsl = res.data.hlsUriSsl;
|
||||
} else {
|
||||
ElMessage.warning({
|
||||
message: res.message,
|
||||
});
|
||||
}
|
||||
});
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue