如下所示:
history.pushState(null, null, document.URL); window.addEventListener(‘popstate', function() { history.pushState(null, null, document.URL); });
vue阻止浏览器后退按钮与js相同,同样没有脱离原生的js
如下所示:
history.pushState(null, null, document.URL); window.addEventListener(‘popstate', function() { history.pushState(null, null, document.URL); });
vue阻止浏览器后退按钮与js相同,同样没有脱离原生的js