Browse Source

fix: 修复跳转路径问题

zhangyuhan 3 years ago
parent
commit
7ded47f230
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/jfw/modules/app/src/web/templates/weixin/historypush.html

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

@@ -756,7 +756,7 @@
               data.hasNextPage = false
               $(".seeMore").show()
               $(".seeMore-btn").on('click', function () {
-                location.href = '/weixin/frontPage/bigmember/free/perfect_info?source=jypush_see10_plus_wx'
+                location.href = '/jyapp/frontPage/bigmember/free/perfect_info?source=jypush_see10_plus_app'
               })
             }
           })