From 2158a887ea04b9995a5d42dab77fdb69ff40ab40 Mon Sep 17 00:00:00 2001 From: zhangwei Date: Tue, 3 Jul 2018 11:20:11 +0800 Subject: [PATCH] =?UTF-8?q?HTTP=E5=A4=9A=E5=9F=9F=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E8=A1=A8=E5=8D=95=E7=9A=84=E8=AF=B7=E6=B1=82=E5=9F=9F=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E4=B8=8E=E5=BA=94=E7=AD=94=E5=9F=9F=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E5=88=87=E6=8D=A2=E5=B1=9E=E6=80=A7li=E4=B8=8Eselect=E6=8E=A7?= =?UTF-8?q?=E4=BB=B6=E4=B8=AD=E5=B1=9E=E6=80=A7li=E6=9C=89=E5=86=B2?= =?UTF-8?q?=E7=AA=81=EF=BC=8C=E5=B0=86=E5=88=87=E6=8D=A2=E5=B1=9E=E6=80=A7?= =?UTF-8?q?li=E5=A2=9E=E5=8A=A0class=EF=BC=8C=E6=A0=B9=E6=8D=AEclass?= =?UTF-8?q?=E5=88=87=E6=8D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zhangwei --- .../cfg/proxy/control/httpRedirectForm.jsp | 17 ++++++++++++++--- .../WEB-INF/views/cfg/website/httpForm.jsp | 18 +++++++++++++++--- 2 files changed, 29 insertions(+), 6 deletions(-) diff --git a/src/main/webapp/WEB-INF/views/cfg/proxy/control/httpRedirectForm.jsp b/src/main/webapp/WEB-INF/views/cfg/proxy/control/httpRedirectForm.jsp index 09daa3d30..d323a7da6 100644 --- a/src/main/webapp/WEB-INF/views/cfg/proxy/control/httpRedirectForm.jsp +++ b/src/main/webapp/WEB-INF/views/cfg/proxy/control/httpRedirectForm.jsp @@ -42,7 +42,7 @@ $(".httpReqCfg").removeClass("hidden").removeClass( "disabled"); } - $("li").on("click", function() { + $(".configType").on("click", function() { var region = ($(this).find("a").attr("for")); if(region=="httpReqCfg"){ $(".httpResCfg").addClass("hidden").addClass("disabled"); @@ -143,6 +143,17 @@
+ <%--

+ + + + + + + + + +

--%>
@@ -180,11 +191,11 @@