czt
2025-05-27 833d9320af935dd6e5033c0a91bcc91bb7bb5807
igds-dzhwk-web/src/main/resources/templates/dzhwk/index.html
@@ -1120,6 +1120,7 @@
<script th:src="@{/dzhwk/swiper-bundle.min.js}"></script>
<script th:src="@{/dzhwk/common.js}"></script>
<script th:inline="javascript">
    var flag = [[${flag}]];
    var swiper = new Swiper('.m-swiperl1 .swiper', {
        slidesPerView: 1,
        // autoplay: {
@@ -1150,7 +1151,11 @@
    setInterval(function () {
        timeFormate()
    }, 1000);
</script>
    //监听操作
    document.addEventListener('mousemove', resetTimeout);  //鼠标移动
    document.addEventListener('click', resetTimeout);      //鼠标点击
    document.addEventListener('touchstart', resetTimeout); //触屏
</script>
</body>
</html>