Merge remote-tracking branch 'origin/master'

master
linjj 2 years ago
commit 5931301c50

@ -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,

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

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

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

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

Loading…
Cancel
Save