vue location.href后,返回不触发mount

window.onpageshow = null;
window.onpageshow = function(event){
      location.reload();
}
window.location.href= url ;

你可能感兴趣的:(vue location.href后,返回不触发mount)