bug
D:/workspace/chenjingjing/git/gx_tieta/gx_tieta/.gitignore
2019-01-18 8fce91f5d14701f2eb058302b9f10d9e681a81da
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>