Authored by 郝肖肖

Expires window报hbs问题

@@ -45,7 +45,7 @@ module.exports = () => { @@ -45,7 +45,7 @@ module.exports = () => {
45 res.set({ 45 res.set({
46 'Cache-Control': 'no-cache', 46 'Cache-Control': 'no-cache',
47 Pragma: 'no-cache', 47 Pragma: 'no-cache',
48 - Expires: new Date(1900, 0, 1, 0, 0, 0, 0) 48 + Expires: (new Date(1900, 0, 1, 0, 0, 0, 0)).toUTCString()
49 }); 49 });
50 } 50 }
51 51