فهرست منبع

修改摄像头嵌套地址

tchao 3 سال پیش
والد
کامیت
5c2606913a
1فایلهای تغییر یافته به همراه8 افزوده شده و 8 حذف شده
  1. 8 8
      mybusiness/src/main/resources/templates/business/manager/cameramanager/onePreview.html

+ 8 - 8
mybusiness/src/main/resources/templates/business/manager/cameramanager/onePreview.html

@@ -16,16 +16,16 @@
             <div class="ibox" style="overflow-y: auto;">
                 <div class="ibox-content">
                     <!--视频窗口展示-->
-                    <!--<iframe id="mIframe" src="http://218.27.1.154:9090/hik_video/en/demo.html" style="width:100%;height:900px;"></iframe>-->
-                    <iframe id="mIframe" src="http://192.168.3.101:88/en/demo.html" style="width:100%;height:900px;"></iframe>
-                </div>
-            </div>
+                    <iframe id="mIframe" src="http://218.27.1.154:9090/hik_video/en/demo.html" style="width:100%;height:900px;"></iframe>
+                    <!-- <iframe id="mIframe" src="http://192.168.3.101:88/en/demo.html" style="width:100%;height:900px;"></iframe>-->
+                 </div>
+             </div>
 
-        </div>
-    </div>
-</div>
+         </div>
+     </div>
+ </div>
 
-<!--三个必要的js文件引入-->
+ <!--三个必要的js文件引入-->
 <script th:src="@{/hikcamera/jquery-1.12.4.min.js}"></script>
 <script th:src="@{/hikcamera/jsencrypt.min.js}"></script>
 <script th:src="@{/hikcamera/jsWebControl-1.0.0.min.js}"></script>