From 450210df6c64c9fdefe92e847a0aae5617c86031 Mon Sep 17 00:00:00 2001 From: zengwh Date: Wed, 21 Jun 2023 11:37:33 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E5=89=8D=E7=AB=AF=E6=96=AD?= =?UTF-8?q?=E7=82=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- power-admin/src/main/webapp/WEB-INF/jspf/webSocket.jspf | 3 --- power-admin/src/main/webapp/static/js/dict.js | 1 - power-admin/src/main/webapp/static/js/getewayIndex.js | 1 - power-admin/src/main/webapp/static/js/noticePage.js | 1 - power-admin/src/main/webapp/static/js/updatePassword.js | 1 - 5 files changed, 7 deletions(-) diff --git a/power-admin/src/main/webapp/WEB-INF/jspf/webSocket.jspf b/power-admin/src/main/webapp/WEB-INF/jspf/webSocket.jspf index 857ce44..bd6b9ec 100644 --- a/power-admin/src/main/webapp/WEB-INF/jspf/webSocket.jspf +++ b/power-admin/src/main/webapp/WEB-INF/jspf/webSocket.jspf @@ -43,7 +43,6 @@ }, 1000); //跳转到通知 function noticeManage1(noticeId){ - debugger var url = powerUrlHead+"/gatewayPage?noticeId="+noticeId; window.location.href = url; } @@ -77,7 +76,6 @@ }; function narn (type,title,text,noticeId) { - debugger naranja()[type]({ title: title, text: text, @@ -92,7 +90,6 @@ } function narnBorrow(type, title, text, noticeId) { - debugger naranja()[type]({ title: title, text: text, diff --git a/power-admin/src/main/webapp/static/js/dict.js b/power-admin/src/main/webapp/static/js/dict.js index 6975960..a1742db 100644 --- a/power-admin/src/main/webapp/static/js/dict.js +++ b/power-admin/src/main/webapp/static/js/dict.js @@ -112,7 +112,6 @@ function onBodyMouseDown(event){ //添加节点 function addTreeNode() { - debugger hideRMenu(); //树的层级 var node = zTree.getSelectedNodes()[0]; diff --git a/power-admin/src/main/webapp/static/js/getewayIndex.js b/power-admin/src/main/webapp/static/js/getewayIndex.js index adb8139..6b27ad7 100644 --- a/power-admin/src/main/webapp/static/js/getewayIndex.js +++ b/power-admin/src/main/webapp/static/js/getewayIndex.js @@ -31,7 +31,6 @@ function noticeManage(){ } //跳转到帮助文档 function helpDocumentManage(){ - debugger $("#iframeDiv").show(); $("#sectionDiv").hide(); videoManager(); diff --git a/power-admin/src/main/webapp/static/js/noticePage.js b/power-admin/src/main/webapp/static/js/noticePage.js index aa0ad0a..a475db8 100644 --- a/power-admin/src/main/webapp/static/js/noticePage.js +++ b/power-admin/src/main/webapp/static/js/noticePage.js @@ -594,7 +594,6 @@ function editFlag(noticeId){ sync:false, success:function(data){ if(data.code == 100){ - debugger parent.$("#noticeCount").text(data.extend.unReadCount); } } diff --git a/power-admin/src/main/webapp/static/js/updatePassword.js b/power-admin/src/main/webapp/static/js/updatePassword.js index 16892cd..5a73030 100644 --- a/power-admin/src/main/webapp/static/js/updatePassword.js +++ b/power-admin/src/main/webapp/static/js/updatePassword.js @@ -92,7 +92,6 @@ $(function() { * @constructor */ function AnalyzePasswordSecurityLevel(passName) { - debugger var password =$("#"+passName).val(); var pwdArray = new Array(); var securityLevelFlag = 0;