From 282b9a820fab24e7ab1f23d146834de618e101ff Mon Sep 17 00:00:00 2001 From: whycq <10027870+whycq@user.noreply.gitee.com> Date: 星期三, 06 九月 2023 09:29:23 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/zjfnwcs' into zjfnwcs --- src/main/webapp/views/monitor/index.html | 43 ------------------------------------------- 1 files changed, 0 insertions(+), 43 deletions(-) diff --git a/src/main/webapp/views/monitor/index.html b/src/main/webapp/views/monitor/index.html index b86eec2..4a06c80 100644 --- a/src/main/webapp/views/monitor/index.html +++ b/src/main/webapp/views/monitor/index.html @@ -56,49 +56,6 @@ </body> </html> <script> - // 宸� - $('.time-tools').click(function () { - exitFull(); - }); - $('.head-title').click(function () { - full(); - }); - //寮�濮嬪叏灞� - function full() { - var docElm = document.documentElement; - //W3C - if (docElm.requestFullscreen) { - docElm.requestFullscreen(); - } - //FireFox - else if (docElm.mozRequestFullScreen) { - docElm.mozRequestFullScreen(); - } - //Chrome绛� - else if (docElm.webkitRequestFullScreen) { - docElm.webkitRequestFullScreen(); - } - //IE11 - else if (elem.msRequestFullscreen) { - elem.msRequestFullscreen(); - } - } - - //閫�鍑哄叏灞� - function exitFull() { - if (document.exitFullscreen) { - document.exitFullscreen(); - } - else if (document.mozCancelFullScreen) { - document.mozCancelFullScreen(); - } - else if (document.webkitCancelFullScreen) { - document.webkitCancelFullScreen(); - } - else if (document.msExitFullscreen) { - document.msExitFullscreen(); - } - } let url = 'http://192.168.4.188:8085/fnwms' var item = [{locNo: '1',locSts: '1',mk: '1',packStatus$: '1'}] var year = '2020'; -- Gitblit v1.9.1