删除前端断点

master
zengwh 2 years ago
parent b8eadc7868
commit 450210df6c

@ -43,7 +43,6 @@
}, 1000); }, 1000);
//跳转到通知 //跳转到通知
function noticeManage1(noticeId){ function noticeManage1(noticeId){
debugger
var url = powerUrlHead+"/gatewayPage?noticeId="+noticeId; var url = powerUrlHead+"/gatewayPage?noticeId="+noticeId;
window.location.href = url; window.location.href = url;
} }
@ -77,7 +76,6 @@
}; };
function narn (type,title,text,noticeId) { function narn (type,title,text,noticeId) {
debugger
naranja()[type]({ naranja()[type]({
title: title, title: title,
text: text, text: text,
@ -92,7 +90,6 @@
} }
function narnBorrow(type, title, text, noticeId) { function narnBorrow(type, title, text, noticeId) {
debugger
naranja()[type]({ naranja()[type]({
title: title, title: title,
text: text, text: text,

@ -112,7 +112,6 @@ function onBodyMouseDown(event){
//添加节点 //添加节点
function addTreeNode() { function addTreeNode() {
debugger
hideRMenu(); hideRMenu();
//树的层级 //树的层级
var node = zTree.getSelectedNodes()[0]; var node = zTree.getSelectedNodes()[0];

@ -31,7 +31,6 @@ function noticeManage(){
} }
//跳转到帮助文档 //跳转到帮助文档
function helpDocumentManage(){ function helpDocumentManage(){
debugger
$("#iframeDiv").show(); $("#iframeDiv").show();
$("#sectionDiv").hide(); $("#sectionDiv").hide();
videoManager(); videoManager();

@ -594,7 +594,6 @@ function editFlag(noticeId){
sync:false, sync:false,
success:function(data){ success:function(data){
if(data.code == 100){ if(data.code == 100){
debugger
parent.$("#noticeCount").text(data.extend.unReadCount); parent.$("#noticeCount").text(data.extend.unReadCount);
} }
} }

@ -92,7 +92,6 @@ $(function() {
* @constructor * @constructor
*/ */
function AnalyzePasswordSecurityLevel(passName) { function AnalyzePasswordSecurityLevel(passName) {
debugger
var password =$("#"+passName).val(); var password =$("#"+passName).val();
var pwdArray = new Array(); var pwdArray = new Array();
var securityLevelFlag = 0; var securityLevelFlag = 0;

Loading…
Cancel
Save