Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohoblk-wap
·
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
陈峰
2018-01-19 16:18:10 +0800
Commit
65622d2d4f003d0f7b8090b70c4951d3cdb06192
1 parent
287d9783
Update ssr.js
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
doraemon/middleware/ssr.js
doraemon/middleware/ssr.js
View file @
65622d2
...
...
@@ -61,7 +61,6 @@ const getContext = (req) => {
};
const
render
=
(
options
)
=>
{
options
.
cache
=
false
;
return
(
req
,
res
,
next
)
=>
{
if
(
options
.
cache
)
{
const
html
=
microCache
.
get
(
req
.
url
);
...
...
Please
register
or
login
to post a comment