Authored by zhangxiaoru

editorial

... ... @@ -29,7 +29,6 @@ const index = (req, res, next) => {
name: 'MEN首页'
},
{
link: '/editorial?type=1',
pathTitle: '资讯',
name: '资讯'
}
... ... @@ -82,7 +81,6 @@ const list = (req, res) => {
name: '资讯'
},
{
link: '/editorial?type=1',
pathTitle: '资讯',
name: req.query.query
}
... ... @@ -125,7 +123,6 @@ const detail = (req, res, next) => {
name: '资讯'
},
{
link: '/editorial?type=1',
pathTitle: '资讯',
name: result.head.title
}
... ...