ソースを参照

feat:三级页seo

wangchuanjin 2 年 前
コミット
1e28f54497
1 ファイル変更2 行追加0 行削除
  1. 2 0
      src/jfw/front/shorturl.go

+ 2 - 0
src/jfw/front/shorturl.go

@@ -62,6 +62,8 @@ func (s *Short) Article(stype, id string) error {
 	if stype == "content" && userId == "" && seoAgentReg.MatchString(s.UserAgent()) {
 		sids := encrypt.CommonDecodeArticle(stype, id)
 		return s.NologinCommon("", stype, id, sids[0])
+	} else if userId == "" {
+		return s.Redirect("/notin/page")
 	}
 	return s.LoginCommon(userId, stype, id)
 }