//layer提示时间控制
setTimeout(function(){
window.location.reload();
window.location.href =datas.url; //提示完成后跳转,后台url地址
},2000)//停2秒刷新