From 331e7f31ef6b6573d9b11968a7b007bdd8d692aa Mon Sep 17 00:00:00 2001 From: zhangwenqing Date: Sun, 13 Jan 2019 12:25:44 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3HTTP=20url=E5=85=B3=E9=94=AE?= =?UTF-8?q?=E5=AD=97=E6=A3=80=E7=B4=A2=E6=9D=A1=E4=BB=B6=E5=9B=9E=E6=98=BE?= =?UTF-8?q?.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/WEB-INF/views/cfg/website/httpList.jsp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/webapp/WEB-INF/views/cfg/website/httpList.jsp b/src/main/webapp/WEB-INF/views/cfg/website/httpList.jsp index fba077474..d955750be 100644 --- a/src/main/webapp/WEB-INF/views/cfg/website/httpList.jsp +++ b/src/main/webapp/WEB-INF/views/cfg/website/httpList.jsp @@ -23,6 +23,8 @@ $("#intype").val("${cfg.httpReqBody.cfgKeywords}"); }else if("${cfg.httpResBody.cfgKeywords}"){ $("#intype").val("${cfg.httpResBody.cfgKeywords}"); + }else if("${cfg.httpUrl.cfgKeywords}"){ + $("#intype").val("${cfg.httpUrl.cfgKeywords}"); }else{ $("#intype").attr("placeholder"," "+$("#seltype").find("option:selected").text()); }