hdw
2019-01-19 eb180aa96d42bea455d40645ce90e6a07c1b47e3
gx_tieta/WebRoot/login.jsp
@@ -328,6 +328,13 @@
            }
         });
      }
      //拦截安卓回退按钮
        history.pushState(null, null, location.href);
        window.addEventListener('popstate', function(event) {
            history.pushState(null, null, location.href );
            //此处加入回退时你要执行的代码
        });
    </script>
</body>
</html>