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);