소스 검색

fix: 修复微信端链接跳转错误

zhangyuhan 3 년 전
부모
커밋
8024b4afd7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/web/templates/big-member/wx/page_pro_follow_detail.html

+ 1 - 1
src/web/templates/big-member/wx/page_pro_follow_detail.html

@@ -603,7 +603,7 @@
             },
             // 项目公告跳转到三级页
             getDetail: function (sid) {
-                location.href = '/jyapp/article/content/' + sid + '.html'
+                location.href = '/article/content/' + sid + '.html'
             },
             // 判断是否已开通大会员
             isOpening: function () {