wangkaiyue преди 2 години
родител
ревизия
68b9daf2b8
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/jfw/front/classificationTag.go

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

@@ -168,7 +168,7 @@ func RecommendationBeacon() []Signal {
 			}
 			var d Signal
 			d.Name = vst
-			d.Url = fmt.Sprintf("/jylab/supsearch/index.html?toptype=%s", vst)
+			d.Url = fmt.Sprintf("/jylab/supsearch/index.html?subtype=%s", vst)
 			d.Data = list
 			sy.Lock()
 			dataArr = append(dataArr, d)