From 83f033427d1690856f0a0127b088e94e2b25cba2 Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Mon, 6 May 2019 10:46:48 +0800 Subject: [PATCH] Update op_waf.js --- plugins/op_waf/js/op_waf.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/plugins/op_waf/js/op_waf.js b/plugins/op_waf/js/op_waf.js index d60d2ce25..3b9bbdb30 100755 --- a/plugins/op_waf/js/op_waf.js +++ b/plugins/op_waf/js/op_waf.js @@ -811,7 +811,6 @@ function wafScreen(){ owPost('waf_srceen', {}, function(data){ var rdata = $.parseJSON(data.data); - console.log(rdata); var con = '
总拦截'+rdata.total+'
'; con += '
安全防护0
'; @@ -1136,7 +1135,6 @@ function removeSiteRule(siteName, ruleName, index) { } owPost('remove_site_rule', pdata, function(data){ - console.log(data); var rdata = $.parseJSON(data.data); layer.msg(rdata.msg, { icon: rdata.status ? 1 : 2 }); if (rdata.status) {