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