vue location.href后,返回不触发mount
2018-12-23 本文已影响91人
Fintecher
window.onpageshow = null;
window.onpageshow = function(event){
location.reload();
}
window.location.href= url ;
window.onpageshow = null;
window.onpageshow = function(event){
location.reload();
}
window.location.href= url ;