Merge branch 'develop' of http://10.0.6.99/gwall/gwall.git into develop
This commit is contained in:
@@ -247,7 +247,7 @@ public class FileTransferCfgController extends BaseController{
|
||||
if(StringUtils.isNotBlank(ids)){
|
||||
entity = fileTransferCfgService.getP2pCfg(Long.parseLong(ids));
|
||||
|
||||
// 添加配置域Key,用于新增页面判断
|
||||
// 添加配置域Key,用于修改页面区分各域配置
|
||||
P2pHashCfg hashCfg = new P2pHashCfg();
|
||||
hashCfg.setCfgType(Constants.P2P_HASH_BIN_REGION);
|
||||
entity.setP2pHash(hashCfg);
|
||||
@@ -270,7 +270,7 @@ public class FileTransferCfgController extends BaseController{
|
||||
|
||||
initUpdateFormCondition(model,entity);
|
||||
}else{
|
||||
// 添加配置域Key,用于修改页面判断
|
||||
// 添加配置域Key,用于新增页面区分各域配置
|
||||
P2pHashCfg hashCfg = new P2pHashCfg();
|
||||
hashCfg.setCfgType(Constants.P2P_HASH_BIN_REGION);
|
||||
entity.setP2pHash(hashCfg);
|
||||
|
||||
@@ -1069,3 +1069,12 @@ website=Website
|
||||
p2p_ip_config_type=IP Config Type
|
||||
p2p_hash_type=Hash Type
|
||||
NTC_SUBSCRIBE_ID=Certification Mark Configuration
|
||||
|
||||
app_header_config=APP Header Feature
|
||||
app_ssl_config=APP SSL Cert Feature
|
||||
ip_intercepter_replace=IP Intercept Replace
|
||||
domain_intercepter_replace=Domain Intercept Replace
|
||||
ip_intercepter_ratelimit=IP Intercept Ratelimit
|
||||
domain_intercepter_ratelimit=Domain Intercept Ratelimit
|
||||
app_built_in_features_config=APP Built-in Features
|
||||
app_ssl_config=APP SSL Cert Feature
|
||||
|
||||
@@ -1067,3 +1067,12 @@ website=\u7F51\u7AD9\u57DF\u540D
|
||||
p2p_ip_config_type=IP\u914D\u7F6E\u7C7B\u578B
|
||||
p2p_hash_type=HASH\u7C7B\u578B
|
||||
NTC_SUBSCRIBE_ID=\u8BA4\u8BC1\u6807\u8BC6\u914D\u7F6E
|
||||
|
||||
app_header_config=APP\u62A5\u5934\u7279\u5F81
|
||||
app_ssl_config=APP SSL\u8BC1\u4E66\u7279\u5F81
|
||||
ip_intercepter_replace=IP\u62E6\u622A\u66FF\u6362
|
||||
domain_intercepter_replace=\u57DF\u540D\u62E6\u622A\u66FF\u6362
|
||||
ip_intercepter_ratelimit=IP\u62E6\u622A\u9650\u901F
|
||||
domain_intercepter_ratelimit=\u57DF\u540D\u62E6\u622A\u9650\u901F
|
||||
app_built_in_features_config=APP\u5185\u7F6E\u7279\u5F81\u7EF4\u62A4
|
||||
app_ssl_config=APP SSL\u8BC1\u4E66\u7279\u5F81
|
||||
|
||||
Reference in New Issue
Block a user