vue 禁止浏览器自带的后退功能

Posted on 2020-07-01 17:07  凡凡0410  阅读(1316)  评论(0)    收藏  举报
mounted(){
       history.pushState(null, null, document.URL);
       window.addEventListener('popstate', function () {
         history.pushState(null, null, document.URL);
       });
   }

 

博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3