Merge branch 'main' of https://git.cityme.com.cn/xiangshan/ggfwjsc
This commit is contained in:
commit
fa7b380e64
|
@ -54,6 +54,7 @@
|
||||||
controls
|
controls
|
||||||
playsinline
|
playsinline
|
||||||
autoplay="autoplay"
|
autoplay="autoplay"
|
||||||
|
style="width: 100%; height: auto;"
|
||||||
>
|
>
|
||||||
<source :src="attachmentLink" type="application/x-mpegURL" />
|
<source :src="attachmentLink" type="application/x-mpegURL" />
|
||||||
</video>
|
</video>
|
||||||
|
|
|
@ -864,6 +864,10 @@ const getCameraUrl = () => {
|
||||||
.then((res) => {
|
.then((res) => {
|
||||||
if (res.code == 200) {
|
if (res.code == 200) {
|
||||||
camera.hlsUriSsl = res.data.hlsUriSsl;
|
camera.hlsUriSsl = res.data.hlsUriSsl;
|
||||||
|
} else {
|
||||||
|
ElMessage.warning({
|
||||||
|
message: res.message,
|
||||||
|
});
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue