hdw
2019-01-18 22693ea5466dbbb21c4e5c003d467f9619627018
gx_tieta/WebRoot/mobil/loginm.html
@@ -156,5 +156,12 @@
            + ";expires=Thu, 01-Jan-70 00:00:01 GMT";
      //console.info("删除成功");
   }
   //拦截安卓回退按钮
    history.pushState(null, null, location.href);
    window.addEventListener('popstate', function(event) {
        history.pushState(null, null, location.href );
        //此处加入回退时你要执行的代码
    });
</script>
</html>