update_RTSP_MAP
This commit is contained in:
parent
fe62a6a325
commit
3ab3ed6b6c
|
@ -33,7 +33,8 @@
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
|
<h1>即時影像</h1>
|
||||||
|
<button class="btn btn-outline-info" onclick="Yuntech_RTSP()">雲科即時影像</button>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -52,6 +53,13 @@
|
||||||
<div id="myMap"></div>
|
<div id="myMap"></div>
|
||||||
|
|
||||||
|
|
||||||
|
<!--跳轉頁面-->
|
||||||
|
<script>
|
||||||
|
|
||||||
|
function Yuntech_RTSP() {
|
||||||
|
window.open("http://140.125.50.178:7006/", "_blank");
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
|
||||||
<!--串流影像-->
|
<!--串流影像-->
|
||||||
<script>
|
<script>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user