瀏覽代碼

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)
 }