例:window.setTimeout(function(){ location.href = loginUrl; },3000); 实现3秒后跳转到登陆页面。code
window.setTimeout(function(){ location.href = loginUrl; },3000);