瀏覽代碼

Merge branch 'cygx_11.1' of http://8.136.199.33:3000/cxzhang/hongze_clpt into debug

xingzai 1 年之前
父節點
當前提交
deac210433
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      controllers/collection.go

+ 1 - 1
controllers/collection.go

@@ -34,7 +34,7 @@ func (this *BaseCollectionController) BannerList() {
 	listA = []*models.CollectionBannerResp{
 		&models.CollectionBannerResp{Title: "路演回放-策略系列培训视频", IndexImg: "https://hzstatic.hzinsights.com/cygx/banner/web/lyhf.png", Path: "https://web.hzinsights.com/internal/article/43"},
 	}
-	listB.Title = "精选看板"
+	listB.Title = "专题看板"
 	listB.IndexImg = "https://hzstatic.hzinsights.com/cygx/banner/web/jxkb.png"
 	listB.IsShowSustainable = true
 	resp.ListA = listA