Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
郝肖肖
8 years ago
Commit
f1447a7d9f6b027ce6d10229ca857bcd51ebe416
1 parent
b79ede51
Expires window报hbs问题
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
doraemon/middleware/page-cache.js
doraemon/middleware/page-cache.js
View file @
f1447a7
...
...
@@ -45,7 +45,7 @@ module.exports = () => {
res
.
set
({
'Cache-Control'
:
'no-cache'
,
Pragma
:
'no-cache'
,
Expires
:
new
Date
(
1900
,
0
,
1
,
0
,
0
,
0
,
0
)
Expires
:
(
new
Date
(
1900
,
0
,
1
,
0
,
0
,
0
,
0
)).
toUTCString
(
)
});
}
...
...
Please
register
or
login
to post a comment