Showing
1 changed file
with
1 additions
and
1 deletions
@@ -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 |
-
Please register or login to post a comment