Authored by 陈峰

删除频道页node的缓存时间

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