Przeglądaj źródła

wip:链接修改

wangkaiyue 2 lat temu
rodzic
commit
68b9daf2b8
1 zmienionych plików z 1 dodań i 1 usunięć
  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)