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