diff options
| author | wangxin <[email protected]> | 2019-07-12 15:22:44 +0800 |
|---|---|---|
| committer | wangxin <[email protected]> | 2019-07-12 15:22:44 +0800 |
| commit | 9763cb3093dfd0c43a66cc302be0a58f3f9c9674 (patch) | |
| tree | 6d431c16d0a4181377be0e638b4524ff860688e6 | |
| parent | ef04251ef1e1c8ba2efce95e1fbf32b093567f4a (diff) | |
IP Payload权限字段修改
| -rw-r--r-- | src/main/webapp/WEB-INF/views/cfg/intercept/interceptList.jsp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/webapp/WEB-INF/views/cfg/intercept/interceptList.jsp b/src/main/webapp/WEB-INF/views/cfg/intercept/interceptList.jsp index 852fd0cc0..bcf819c78 100644 --- a/src/main/webapp/WEB-INF/views/cfg/intercept/interceptList.jsp +++ b/src/main/webapp/WEB-INF/views/cfg/intercept/interceptList.jsp @@ -154,7 +154,7 @@ </head>
<body>
<c:if test="${cfg.functionId eq 214}">
- <c:set var="interceptType" value="Ip"/>
+ <c:set var="interceptType" value="IpPayload"/>
</c:if>
<c:if test="${cfg.functionId eq 200}">
<c:set var="interceptType" value="Ip"/>
|
