|
@@ -102,7 +102,7 @@ func (s *Short) Article(stype, id string) error {
|
|
|
} else if !bm { //未关注用户 pc端到关注页面
|
|
|
log.Println("PC微信端浏览器 未关注用户 访问地址----")
|
|
|
s.Request.Header.Del("Referer")
|
|
|
- return s.Redirect("https://mp.weixin.qq.com/mp/profile_ext?action=home&__biz=Mzk0MjIyMzY2Nw==&scene=110#wechat_redirect", 301)
|
|
|
+ return s.Redirect("/swordfish/frontPage/user/free/redirect-wx")
|
|
|
} //未关注用户 移动端下面处理
|
|
|
}
|
|
|
}
|