소스 검색

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

zhangchuanxing 5 일 전
부모
커밋
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 {