Browse Source

Merge branch 'cygx/cygx_15_0_1' of http://8.136.199.33:3000/hongze/hongze_cygx into debug

zhangchuanxing 4 days ago
parent
commit
e4bf6982e8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      controllers/config.go

+ 1 - 1
controllers/config.go

@@ -37,7 +37,7 @@ func (this *ConfigController) BrowseHistoryList() {
 		br.ErrMsg = "获取数据失败,Err:" + err.Error()
 		return
 	}
-	strings.Replace(hotSearch, "/", ",", -1)
+	hotSearch = strings.Replace(hotSearch, "/", ",", -1)
 
 	chartList, err := models.GetChartListConfig()
 	if err != nil {