Toggle navigation
Toggle navigation
This project
Loading...
Sign in
liuloulou
/
yohobuy-portal-fe2
·
Commits
Go to a project
GitLab
Go to dashboard
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
weiqingting
9 years ago
Commit
669e45352307518537ca4291144df8b0474b0ccf
1 parent
e37f5f83
提交
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
server/index.js
server/index.js
View file @
669e453
...
...
@@ -84,6 +84,7 @@ if(process.env.NODE_ENV!=='development'){
/*服务器环境*/
if
(
process
.
env
.
NODE_ENV
!=
"coding"
){
console
.
log
(
"服务器环境"
);
apiCofig
.
MVC
=
{
Interfacer
:
path
.
join
(
__dirname
,
"interfaces/0.js"
).
replace
(
/0/g
,
'*'
),
Controller
:
path
.
join
(
__dirname
,
"controllers/0.js"
).
replace
(
/0/g
,
'*'
),
...
...
Please
register
or
login
to post a comment