浏览代码

首页提交

renjiaojiao 1 年之前
父节点
当前提交
adce54dd7a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/jfw/front/index.go

+ 1 - 1
src/jfw/front/index.go

@@ -208,7 +208,7 @@ func (nIndex *NewIndex) NewIndex() error {
 	bidTrends = append(bidTrends, map[string]interface{}{
 		"listData": procure,
 		"types":    procureName,
-		"url":      fmt.Sprintf("%s", BiddingTypeUrl[5]),
+		"url":      fmt.Sprintf("%s", BiddingTypeUrl[8]),
 	})
 	//项目分包
 	projectPage, typesName := GetIndexProjectList(6, 10)