Authored by zhangxiaoru

eitorial

... ... @@ -79,6 +79,11 @@ const list = (req, res) => {
link: '/editorial?type=1',
pathTitle: '资讯',
name: '资讯'
},
{
link: '/editorial?type=1',
pathTitle: '资讯',
name: req.query.query
}
],
pathTitle: req.query.query,
... ... @@ -117,6 +122,11 @@ const detail = (req, res, next) => {
link: '/editorial?type=1',
pathTitle: '资讯',
name: '资讯'
},
{
link: '/editorial?type=1',
pathTitle: '资讯',
name: result.head.title
}
],
header: result.head,
... ...