$(function(){
$.ajax({
method:"post",
url:"http://10.1.1.28:8083/ZRRZZL/app/video/logout",
headers:{
"token": "e47ec3d3b7e14c7dfde462eff3253f8c"
},
success:function(res){
console.log(res);
}
})
})