hejq преди 8 години
родител
ревизия
133c4fdf2e
променени са 1 файла, в които са добавени 5 реда и са изтрити 1 реда
  1. 5 1
      src/main/webapp/resources/tpl/error/index.html

+ 5 - 1
src/main/webapp/resources/tpl/error/index.html

@@ -8,7 +8,11 @@
 <script type="text/javascript">
     //返回上一页
 //    window.location.href="http://uas.ubtob.com/#/index";
-    window.history.go(-1);
+    setTimeout(window.history.go(-1), 5000);
 </script>
+<div align="center" style="margin-top: 180px;">
+    <img src="static/img/all/loading.gif">
+    <p style="color: #888">页面未找到,正在返回上一页,请稍候……</p>
+</div>
 </body>
 </html>