(1)修正app ip 配置新增的时候编译ID在config_group_info为空的情况下取编译ID的逻辑
(2)app IP配置导入提交
This commit is contained in:
@@ -117,7 +117,7 @@
|
||||
</div>
|
||||
</br>
|
||||
<!-- 63 app -->
|
||||
<c:if test="${cfg.functionId eq 63 }">
|
||||
<c:if test="${cfg.functionId eq 63 or cfg.functionId eq 405}">
|
||||
<c:set var="cfgType" value="1"></c:set>
|
||||
<c:set var="spec_service_id"><spring:message code="social_app"/></c:set>
|
||||
<input type="hidden" name="appError" id="appError" value="${spec_service_id } <spring:message code="required" />">
|
||||
|
||||
Reference in New Issue
Block a user