Wubaozaizhong 3 tahun lalu
induk
melakukan
4426a58a30

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

@@ -16,7 +16,8 @@
             <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://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>
 
@@ -36,7 +37,7 @@
 <script th:inline="javascript">
 
     //页面加载时创建播放实例初始化
-    $(window).load(function () {
+    //$(window).load(function () {
         var myIframe = $('#mIframe');
         // 注意:必须是在框架内容加载完成后才能触发 message 事件哦
         myIframe.on('load', function(){
@@ -49,7 +50,7 @@
             // 不限制域名则填写 * 星号, 否则请填写对应域名如 http://www.b.com
             myIframe[0].contentWindow.postMessage(o, '*');
         });
-    });
+    //});
 
 </script>
 </body>