素材巴巴 > 程序开发 >

vue中阻止浏览器后退

程序开发 2023-09-14 08:52:35

history.pushState(null, null, document.URL);
window.addEventListener(‘popstate’, function() {
history.pushState(null, null, document.URL);
});

vue阻止浏览器后退按钮与js相同,同样没有脱离原生的js


标签:

素材巴巴 Copyright © 2013-2021 http://www.sucaibaba.com/. Some Rights Reserved. 备案号:备案中。