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-12-16 11:43:36 +0800
Commit
6f7c71a26d0495b1b6e17f51085fd06f364c6947
1 parent
46091bf4
修改 appVersion
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 @
6f7c71a
...
...
@@ -11,7 +11,7 @@ const isTest = process.env.NODE_ENV === 'test';
module
.
exports
=
{
app
:
'h5'
,
appVersion
:
'5.
1
.0'
,
// 调用api的版本
appVersion
:
'5.
3
.0'
,
// 调用api的版本
port
:
6001
,
siteUrl
:
'//m.yohobuy.com'
,
assetUrl
:
'//127.0.0.1:5001'
,
...
...
Please
register
or
login
to post a comment