瀏覽代碼

移动端首页文章url修改

renjiaojiao 1 年之前
父節點
當前提交
5fa48188b4
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      src/jfw/modules/app/src/app/front/tags.go

+ 0 - 1
src/jfw/modules/app/src/app/front/tags.go

@@ -351,7 +351,6 @@ onceAgain:
 		tg.T["HomeOrigin"] = "/tags/home/home.html"
 		tg.T["Home"] = qu.If(platform == "PC", "/", "/jyapp/jylab/mainSearch").(string)
 		tg.T["isInfoList"] = isInfoList
-		tg.T["strategyList"] = jyutil.GetNewStrategy(qu.ObjToString(config.Seoconfig["strategyCode"]), indexNum)
 		//模板redis缓存
 		content, _ := tg.Render4Cache("/tags/index.html", &tg.T)
 		redis.Put("seoCache", tagsMobileKey, string(content), qu.IntAll(config.Seoconfig["contentCache"]))