如下所示:history.pushState(null,null,document.URL);window.addEventListener(‘popstate',function(){history.pushSta
如下所示:
history.pushState(null, null, document.URL);
window.addEventListener(‘popstate', function() {
history.pushState(null, null, document.URL);
});
vue阻止浏览器后退按钮与js相同,同样没有脱离原生的js
以上这篇在vue中阻止浏览器后退的实例就是小编分享给大家的全部内容了,希望能给大家一个参考,也希望大家多多支持脚本之家。
vue 阻止 浏览器 后退