Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-app-web
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
1
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
陈峰
2018-12-29 17:38:07 +0800
Commit
215d7b3277c64208e398419a5ff87e927fd5747b
1 parent
e918e61d
commit
Show 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 @
215d7b3
...
...
@@ -36,7 +36,7 @@ if (!isDev) {
const
getContext
=
(
req
)
=>
{
return
{
url
:
req
.
url
,
title
:
'
BLK2!
'
,
title
:
''
,
user
:
req
.
user
,
env
:
{
isApp
:
req
.
yoho
.
isApp
,
...
...
Please
register
or
login
to post a comment