Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-activity-platform
·
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
Plain Diff
Browse Files
Authored by
陈峰
2019-01-11 10:04:01 +0800
Commit
31128c7f475eeeacb7b037f1d2ff46789a782430
2 parents
d499b6af
2c8733fd
Merge branch 'feature/yoluckTip' into 'master'
zk control zk control See merge request
!90
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
app.js
app.js
View file @
31128c7
...
...
@@ -77,7 +77,7 @@ app.use(global.yoho.httpCtx());
app
.
enable
(
'trust proxy'
);
app
.
use
((
req
,
res
,
next
)
=>
{
req
.
isApmReport
=
_
.
get
(
req
.
app
.
locals
,
'
wap.open.bughd'
,
false
);
req
.
isApmReport
=
_
.
get
(
req
.
app
.
locals
,
'
isProduction'
);
next
();
});
...
...
Please
register
or
login
to post a comment