Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
htoooth
2017-03-27 19:30:40 +0800
Commit
3defa775f70f3b08e81d8b9d2933c24a0fdd21a2
2 parents
80783056
2235f4b1
Merge branch 'feature/user-session' into feature/format
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
config/common.js
config/common.js
View file @
3defa77
...
...
@@ -11,7 +11,7 @@ const isTest = process.env.NODE_ENV === 'test';
module
.
exports
=
{
app
:
'web'
,
appVersion
:
'5.5.
0
'
,
// 调用api的版本
appVersion
:
'5.5.
1
'
,
// 调用api的版本
port
:
6002
,
siteUrl
:
'http://www.yohobuy.com'
,
cookieDomain
:
'.yohobuy.com'
,
...
...
Please
register
or
login
to post a comment