Merge branch 'main' of https://git.cityme.com.cn/xiangshan/ggfwjsc
This commit is contained in:
commit
fa7b380e64
|
@ -54,6 +54,7 @@
|
|||
controls
|
||||
playsinline
|
||||
autoplay="autoplay"
|
||||
style="width: 100%; height: auto;"
|
||||
>
|
||||
<source :src="attachmentLink" type="application/x-mpegURL" />
|
||||
</video>
|
||||
|
|
|
@ -864,6 +864,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