app策略action切换添加switchAction函数
This commit is contained in:
@@ -55,3 +55,4 @@ DELETE FROM pptp_url_cfg;
|
|||||||
DELETE FROM proxy_file_strategy_cfg;
|
DELETE FROM proxy_file_strategy_cfg;
|
||||||
DELETE FROM ssl_keyword_cfg;
|
DELETE FROM ssl_keyword_cfg;
|
||||||
DELETE FROM pxy_obj_keyring;
|
DELETE FROM pxy_obj_keyring;
|
||||||
|
DELETE FROM intercept_pkt_bin;
|
||||||
@@ -21,6 +21,7 @@ $(function(){
|
|||||||
if($(this).val()==1){
|
if($(this).val()==1){
|
||||||
$(".ipPortAdd").click();
|
$(".ipPortAdd").click();
|
||||||
}
|
}
|
||||||
|
switchAction($(this).val());
|
||||||
});
|
});
|
||||||
$("#serviceId").val($(".action:checked").attr("serviceId"));
|
$("#serviceId").val($(".action:checked").attr("serviceId"));
|
||||||
$("#protocolId").val($(".action:checked").attr("protocolId"));
|
$("#protocolId").val($(".action:checked").attr("protocolId"));
|
||||||
|
|||||||
Reference in New Issue
Block a user