修改404页面自动跳转首页的时间

This commit is contained in:
xiongxiaoyang 2021-02-11 08:27:11 +08:00
parent 91e525ec8e
commit f5e440390b

View File

@ -6,7 +6,7 @@
<script> <script>
setTimeout(function () { setTimeout(function () {
location.href = '/'; location.href = '/';
},3000) },1000)
</script> </script>
</head> </head>