Authored by 陈峰

删除频道页node的缓存时间

... ... @@ -76,7 +76,7 @@ let switchChannel = (req, res, next) => {
}
// 设置浏览器缓存5分钟 300000ms
res.set('Expires', (new Date(_.now() + 300000)).toGMTString());
//res.set('Expires', (new Date(_.now() + 300000)).toGMTString());
next();
};
... ...