From 48a294fac3fc0158aa3a4ac7f177f3e69b118f90 Mon Sep 17 00:00:00 2001 From: wangwei Date: Mon, 17 Jun 2019 10:40:42 +0800 Subject: [PATCH] =?UTF-8?q?=20=E4=BF=AE=E5=A4=8Dintercept=20Policy?= =?UTF-8?q?=E6=96=B0=E5=A2=9Ebug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/WEB-INF/views/cfg/intercept/interceptForm.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/WEB-INF/views/cfg/intercept/interceptForm.jsp b/src/main/webapp/WEB-INF/views/cfg/intercept/interceptForm.jsp index 545f304ab..4f2c34981 100644 --- a/src/main/webapp/WEB-INF/views/cfg/intercept/interceptForm.jsp +++ b/src/main/webapp/WEB-INF/views/cfg/intercept/interceptForm.jsp @@ -190,7 +190,7 @@ legend{padding:.5em;border:0;width:auto;font-family: "Open Sans", sans-serif;col $(".ipPort0").removeClass("hidden"); }); */ //0号内置配置不允许修改内容 - if("${_cfg.compileId}" == 0 && _cfg.compileId != ''){ + if("${_cfg.compileId}" == 0 && "${_cfg.compileId}" != ''){ $(".glyphicon-plus").remove(); $(".glyphicon-remove").remove(); $("input[name='cfgDesc']").attr("readonly",true);