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

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

wangkaiyue 1 жил өмнө
parent
commit
34e8bfc70f

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

@@ -367,10 +367,10 @@ func (s *Short) Article(contentType, stype, id string) error {
 }
 
 var typeUrlMap = map[string]string{
-	"招标预告":   "/list/stype/ZBYG.html",
-	"招标公告":   "/list/stype/ZBGG.html",
-	"招标结果":   "/list/stype/ZBJG.html",
-	"招标信用信息": "/list/stype/ZBXYXX.html",
+	"预告": "/list/stype/ZBYG.html",
+	"招标": "/list/stype/ZBGG.html",
+	"结果": "/list/stype/ZBJG.html",
+	"其它": "/list/stype/ZBXYXX.html",
 }
 
 func getSeoLocation(name string) *Navigation {