Stream限速配置导入模板增加'丢包率'属性,修正APP策略配置导入并下发isValid为0(无效)bug
This commit is contained in:
@@ -67,6 +67,16 @@ function switchService(){
|
||||
$(".service").removeClass("hidden");
|
||||
}
|
||||
|
||||
// App Identify -> RateLimit隐藏SubscribeID
|
||||
if(functionId == 63){
|
||||
var action = $("input[name='serviceDictId']:checked").attr("action");
|
||||
var label = $(".region").find("input[configservicetype='subscribe_id']").parents("label:first");
|
||||
if(action == 64){
|
||||
$(label).hide();
|
||||
}else{
|
||||
$(label).show();
|
||||
}
|
||||
}
|
||||
}
|
||||
/**
|
||||
* 模板下载
|
||||
|
||||
Reference in New Issue
Block a user