在vue中阻止浏览器后退的实例 如下所示:history.pushState(null,null,document.URL);window.addEventListener(‘popstate',function(){history.pushSta 后退