浏览代码

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 {