Browse Source

提交代码

tags/v1.22.4.1^2
ychao_1983 3 years ago
parent
commit
92dfd40a04
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      routers/home.go

+ 1
- 0
routers/home.go View File

@@ -444,6 +444,7 @@ func ExploreOrganizations(ctx *context.Context) {
ctx.ServerError("GetRecommendOrgInfos", err)
return
}
ctx.Data["RecommendURL"] = setting.RecommentRepoAddr
ctx.Data["RecommendOrgs"] = recommendOrgs
ctx.Data["StarOrgs"] = starInfo
ctx.Data["MemberOrgs"] = memberInfo


Loading…
Cancel
Save