فهرست منبع

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