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-04-12 19:22:34 +0800
Commit
27227a520dd92b43e718057308ab4ba9d24fe821
2 parents
970690da
0ac3ae67
Merge branch 'feature/ip' into release/5.6
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 @
27227a5
...
...
@@ -11,7 +11,7 @@ const isTest = process.env.NODE_ENV === 'test';
module
.
exports
=
{
app
:
'web'
,
appVersion
:
'5.
5.1
'
,
// 调用api的版本
appVersion
:
'5.
6.0
'
,
// 调用api的版本
port
:
6002
,
siteUrl
:
'http://www.yohobuy.com'
,
cookieDomain
:
'.yohobuy.com'
,
...
...
Please
register
or
login
to post a comment