czt
2026-01-09 2c7f0f8bc83624fa5fc7092b7bdb361b867fbcf2
fzzy-igdss-web/src/main/resources/templates/group/video.html
@@ -47,7 +47,7 @@
            background-color: #333;
            text-align: center;
            line-height: 826px;
            /*line-height: 826px;*/
            color: #FFF;
            font-size: 20px;
        }
@@ -59,7 +59,7 @@
            background-color: #333;
            text-align: center;
            line-height: 413px;
            /*line-height: 413px;*/
            color: #FFF;
            font-size: 20px;
        }
@@ -71,7 +71,7 @@
            background-color: #333;
            text-align: center;
            line-height: 275.4px;
            /*line-height: 275.4px;*/
            color: #FFF;
            font-size: 20px;
        }
@@ -83,7 +83,7 @@
            background-color: #333;
            text-align: center;
            line-height: 206.5px;
            /*line-height: 206.5px;*/
            color: #FFF;
            font-size: 20px;
        }
@@ -176,15 +176,15 @@
                    </div>
                    <div class="panel-box1-item">
                        <p><i><img th:src="@{/img/web/group/icon-user.png}"/></i>
                            <span id="deptContact">
                                张三
                            <span id="yxcr">
                                0
                            </span>
                        </p>
                    </div>
                    <div class="panel-box1-item">
                        <p><i><img th:src="@{/img/web/group/icon-phone.png}"/></i>
                            <span id="deptPhone">
                                18638530750
                            <span id="cfs">
                                0
                            </span>
                        </p>
                    </div>
@@ -276,21 +276,21 @@
                <div>
                    <div class="panel-title" id="pieCharTitle">视频监控</div>
                    <div class="fenping_icon">
                        <img onclick="fenping(1)" id="f_1" style="width: 30px" th:src="@{/img/web/group/fp_1_active.png}"/>
                        <img onclick="fenping(4)" id="f_4" style="width: 30px" th:src="@{/img/web/group/fp_4.png}"/>
                        <img onclick="fenping(1)" id="f_1" style="width: 30px" th:src="@{/img/web/group/fp_1.png}"/>
                        <img onclick="fenping(4)" id="f_4" style="width: 30px" th:src="@{/img/web/group/fp_4_active.png}"/>
                        <img onclick="fenping(9)" id="f_9" style="width: 30px" th:src="@{/img/web/group/fp_9.png}"/>
                        <img onclick="fenping(16)" id="f_16" style="width: 30px" th:src="@{/img/web/group/fp_16.png}"/>
                    </div>
                </div>
                <!--一分屏 默认显示-->
                <div id="video_1" class="right-videoWrap">
                <div id="video_1" class="right-videoWrap" style="display: none;">
                    <div id="f1_d1" class="div_v1 bor_t_l bor_b bor_r">
                        <video class="video" id="video1_1" autoplay="" muted="" playsinline=""></video>
                    </div>
                </div>
                <!--四分屏 默认显示-->
                <div id="video_4" class="right-videoWrap" style="display: none;">
                <div id="video_4" class="right-videoWrap">
                    <div id="f4_d1" class="div_v4 bor_t_l">
                        <video class="video" id="video4_1" autoplay="" muted="" playsinline=""></video>
                    </div>
@@ -395,8 +395,8 @@
    </div>
</div>
<script th:src="@{/js/jquery.min.js}"></script>
<script th:src="@{/ajax/libs/layui/layui.js}"></script>
<script th:src="@{/ajax/libs/layer/layer.js}"></script>
<script th:src="@{/ajax/libs/layui/layui.js}"></script>
<script th:src="@{/common/constant.js}"></script>
<script th:src="@{/common/igds-common.js}"></script>
<script th:src="@{/group/video.js}"></script>
@@ -405,10 +405,9 @@
    var companyId = [[${loginUser.companyId}]];
    var bizType = [[${bizType}]];
    var bizTag = [[${bizTag}]];
    var deptCur = [[${deptInfo}]]
    var deptId = [[${deptId}]];
    var dicSlogan = [[${dicSlogan}]];
    var cameraList = [[${cameraList}]];
    var deptList = [[${deptList}]];
    //设置定时刷新页面,主要为了防止掉线
    var timer2;
@@ -418,7 +417,7 @@
        }
        timer2 = setInterval(function () {
            window.location.href = window.location.href;
        }, 60 * 60 * 1000);
        }, 24*60 * 60 * 1000);
    };
</script>
</body>