Authored by 陈峰

Merge branch 'hotfix/searchHistory' into 'master'

del unuse line



See merge request !298
... ... @@ -157,7 +157,6 @@ const searchHistory = (req, res) => {
history = _.filter(history.split(','), old => old && old !== q);
if (q) {
sear;
history.unshift(q);
res.cookie('_History', _.take(history, 9).join(','), {
path: '/',
... ...