(1)基础协议配置提交
(2)修复IP配置没有的时候,APP策略点击展开时js报错,get(0)替换为eq(0)
This commit is contained in:
@@ -42,6 +42,18 @@ public class AppPolicyCfg extends BaseCfg<AppPolicyCfg> {
|
||||
private String userRegion3;
|
||||
private String userRegion4;
|
||||
private String userRegion5;
|
||||
private String configType;
|
||||
|
||||
|
||||
|
||||
public String getConfigType() {
|
||||
return configType;
|
||||
}
|
||||
|
||||
public void setConfigType(String configType) {
|
||||
this.configType = configType;
|
||||
}
|
||||
|
||||
public String getBehavName() {
|
||||
return behavName;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user