src/webapp/page/error.jsp
@@ -54,8 +54,17 @@ </head> <body style="overflow: hidden"> <div class="content" style="position: relative;top: 0px;left: 420px"> <a class="button" href="/HxzkFlow/page/index.jsp">返回主页</a> <a class="button" href="/HxzkFlow/page/index.jsp" onclick="canselupdate()">返回主页</a> </div> <script> function canselupdate(){ location.reload(); // $(".update").hide(); // $(".heimu").hide(); // $(".updateZong").hide(); } </script> </body> </html>