Преглед изворни кода

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

wangkaiyue пре 1 година
родитељ
комит
34e8bfc70f
1 измењених фајлова са 4 додато и 4 уклоњено
  1. 4 4
      src/jfw/modules/app/src/app/front/shorturl.go

+ 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 {