zhangchuanxing 2 giorni fa
parent
commit
58b9ddd041
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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 {