Browse Source

Merge branch 'dev/v4.9.46_yf' of qmx/jy into feature/v4.9.46

yangfeng 11 months ago
parent
commit
a1c78041db
1 changed files with 1 additions and 1 deletions
  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>