asnip导入模板增加

intercept ip monitor 协议tcp
			 whitelist 协议tcp(默认) udp
This commit is contained in:
duandongmei
2018-10-25 12:59:11 +08:00
parent c98400a7f0
commit e8cc80d0df
9 changed files with 97 additions and 15 deletions

View File

@@ -30,20 +30,19 @@ function switchService(){
$("input[name='regionDictIds'][cfgRegionCodeR!='"+cfgRegionCode+"']").parents(".radio-inline").addClass("hidden");
$("input[name='regionDictIds'][cfgRegionCodeR='"+cfgRegionCode+"']").prop("checked",true);
$("input[name='regionDictIds'][cfgRegionCodeR='"+cfgRegionCode+"']").parents(".radio-inline").removeClass("hidden");
if(cfgRegionCodeS.split(",").length==1){
if(cfgRegionCodeS.split(",").length <=1 ){
$(".region").addClass("hidden");
}else{
$(".region").removeClass("hidden");
}
}else{
if($("input[name='regionDictIds']").length==1){
if($("input[name='regionDictIds']").length <=1){
$(".region").addClass("hidden");
}else{
$(".region").removeClass("hidden");
}
}
if($("input[name='serviceDictId']").length==1){
if($("input[name='serviceDictId']").length <=1){
$(".service").addClass("hidden");
}else{
$(".service").removeClass("hidden");