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-03-05 14:53:51 +0800
Commit
a04ff62184474a80791dfe25387e357efb221d3e
1 parent
6d74f7e0
remove cache
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
doraemon/middleware/ssr.js
doraemon/middleware/ssr.js
View file @
a04ff62
...
...
@@ -155,7 +155,7 @@ module.exports = async (app) => {
_
.
each
(
routes
,
r
=>
{
if
(
!
r
.
disable
)
{
app
.
get
(
r
.
route
,
ssrRender
({
cache
:
r
.
cach
e
cache
:
fals
e
}));
}
});
...
...
Please
register
or
login
to post a comment