Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
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
ccbikai
2016-06-24 16:56:47 +0800
Commit
a4d6e572951f93f830d06c254fb70d5d734e1425
1 parent
f866d17a
移除无用全局变量
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
app.js
app.js
View file @
a4d6e57
...
...
@@ -34,7 +34,6 @@ app.locals.version = pkg.version;
yohoLib
.
global
(
config
);
// 指定libray目录
global
.
middleware
=
path
.
resolve
(
'./doraemon/middleware'
);
global
.
utils
=
path
.
resolve
(
'./utils'
);
const
logger
=
global
.
yoho
.
logger
;
...
...
Please
register
or
login
to post a comment