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-02-28 15:12:40 +0800
Commit
1c49f84cd589b424062a6c53785e8f3dfd0ec119
1 parent
817677e7
Update ssr.js
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 @
1c49f84
...
...
@@ -155,7 +155,7 @@ module.exports = async (app) => {
_
.
each
(
routes
,
r
=>
{
if
(
!
r
.
disable
)
{
app
.
get
(
r
.
route
,
ssrRender
({
cache
:
fals
e
cache
:
tru
e
}));
}
});
...
...
Please
register
or
login
to post a comment