Authored by zhangxiaoru

eitorial

@@ -79,6 +79,11 @@ const list = (req, res) => { @@ -79,6 +79,11 @@ const list = (req, res) => {
79 link: '/editorial?type=1', 79 link: '/editorial?type=1',
80 pathTitle: '资讯', 80 pathTitle: '资讯',
81 name: '资讯' 81 name: '资讯'
  82 + },
  83 + {
  84 + link: '/editorial?type=1',
  85 + pathTitle: '资讯',
  86 + name: req.query.query
82 } 87 }
83 ], 88 ],
84 pathTitle: req.query.query, 89 pathTitle: req.query.query,
@@ -117,6 +122,11 @@ const detail = (req, res, next) => { @@ -117,6 +122,11 @@ const detail = (req, res, next) => {
117 link: '/editorial?type=1', 122 link: '/editorial?type=1',
118 pathTitle: '资讯', 123 pathTitle: '资讯',
119 name: '资讯' 124 name: '资讯'
  125 + },
  126 + {
  127 + link: '/editorial?type=1',
  128 + pathTitle: '资讯',
  129 + name: result.head.title
120 } 130 }
121 ], 131 ],
122 header: result.head, 132 header: result.head,