浏览代码

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

zhangchuanxing 4 天之前
父节点
当前提交
e4bf6982e8
共有 1 个文件被更改,包括 1 次插入1 次删除
  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 {