当前位置:主页 > 网页前端 > vue >
时间:2021-03-08 11:36:59 | 栏目:vue | 点击:次
如下所示:
history.pushState(null, null, document.URL); window.addEventListener(‘popstate', function() { history.pushState(null, null, document.URL); });
vue阻止浏览器后退按钮与js相同,同样没有脱离原生的js