Explorar o código

wip:链接修改

wangkaiyue %!s(int64=2) %!d(string=hai) anos
pai
achega
68b9daf2b8
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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)