|
|
@@ -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>
|