Эх сурвалжийг харах

Merge branch 'feature/v4.8.67_wky' of qmx/jy into feature/v4.8.67

wangkaiyue 1 жил өмнө
parent
commit
d3eac06d9d

+ 1 - 1
src/jfw/modules/app/src/app/front/shorturl.go

@@ -340,7 +340,7 @@ func (s *Short) Article(contentType, stype, id string) error {
 
 		if userId == "" {
 			var currentLocation []Navigation
-			if typeVal := util.ObjToString(obj["subtype"]); typeVal != "" {
+			if typeVal := util.ObjToString(obj["toptype"]); typeVal != "" {
 				if val := getSeoLocation(typeVal); val != nil {
 					currentLocation = append(currentLocation, *val)
 				}