fei.wang
2024-03-21 ab64b09ce3020b376af1e6ee0326ea71330d34ad
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>