瀏覽代碼

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

zhangyuhan 2 年之前
父節點
當前提交
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 () {