diff --git a/src/main/webapp/WEB-INF/views/cfg/fileTransfer/fileDigestForm.jsp b/src/main/webapp/WEB-INF/views/cfg/fileTransfer/fileDigestForm.jsp
index 927c29225..e8c47ee3e 100644
--- a/src/main/webapp/WEB-INF/views/cfg/fileTransfer/fileDigestForm.jsp
+++ b/src/main/webapp/WEB-INF/views/cfg/fileTransfer/fileDigestForm.jsp
@@ -176,8 +176,8 @@
-
+
+
@@ -274,7 +274,7 @@
- --%>
diff --git a/src/main/webapp/WEB-INF/views/cfg/fileTransfer/fileDigestList.jsp b/src/main/webapp/WEB-INF/views/cfg/fileTransfer/fileDigestList.jsp
index 39cc2fbc5..d36dc4b3e 100644
--- a/src/main/webapp/WEB-INF/views/cfg/fileTransfer/fileDigestList.jsp
+++ b/src/main/webapp/WEB-INF/views/cfg/fileTransfer/fileDigestList.jsp
@@ -398,7 +398,7 @@
|
- ▷ ▼
+<%-- ▷ ▼ --%>
|
${indexCfg.compileId } |
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 404bd90ad..896ed66e2 100644
--- a/src/main/webapp/WEB-INF/views/cfg/intercept/interceptForm.jsp
+++ b/src/main/webapp/WEB-INF/views/cfg/intercept/interceptForm.jsp
@@ -13,9 +13,7 @@
$(document)
.ready(
function() {
- if($("input[name='compileId']").val()==null||$("input[name='compileId']").val()==''){
- $("input[name=doLog][value=1]").prop("checked",true);
- }
+
$(".action").on("change", function() {
switchAction($("input[name=action]:checked").val());
//拦截根据action切换动作部分
@@ -420,8 +418,8 @@
-
+
+
@@ -470,7 +468,7 @@
- --%>
<%-- action 为1 监测时 可以选择证书--%>
diff --git a/src/main/webapp/WEB-INF/views/cfg/proxy/cache/form.jsp b/src/main/webapp/WEB-INF/views/cfg/proxy/cache/form.jsp
index eef891dd9..2a54d6fab 100644
--- a/src/main/webapp/WEB-INF/views/cfg/proxy/cache/form.jsp
+++ b/src/main/webapp/WEB-INF/views/cfg/proxy/cache/form.jsp
@@ -13,9 +13,6 @@
$(document)
.ready(
function() {
- if($("input[name='compileId']").val()==null||$("input[name='compileId']").val()==''){
- $("input[name=doLog][value=1]").prop("checked",true);
- }
$(".switch").bootstrapSwitch({
/* onText:"",
offText:"", */
@@ -341,9 +338,8 @@
-
-
+
+
- --%>