浏览代码

fix:404返回

yangfeng 11 月之前
父节点
当前提交
008315770d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/jfw/modules/app/src/web/templates/weixin/404.html

+ 1 - 1
src/jfw/modules/app/src/web/templates/weixin/404.html

@@ -77,7 +77,7 @@
       $('.tip-text-1').html('未知类型')
     }
     setTimeout(function(){
-      // window.location.href = '/'
+      window.location.href = '/'
     }, 5000)
   })
 </script>