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
Zhang
2017-07-11 17:42:18 +0800
Commit
4bd516e403cd87aa9fb0483a305c200067f05eb9
1 parent
5185190a
版本号
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
config/common.js
package.json
config/common.js
View file @
4bd516e
...
...
@@ -26,7 +26,7 @@ const domains = {
module
.
exports
=
{
app
:
'h5'
,
appVersion
:
'5.9.
0
'
,
// 调用api的版本
appVersion
:
'5.9.
1
'
,
// 调用api的版本
port
:
6001
,
siteUrl
:
'//m.yohobuy.com'
,
assetUrl
:
'//127.0.0.1:5001'
,
...
...
package.json
View file @
4bd516e
{
"name"
:
"m-yohobuy-node"
,
"version"
:
"5.9.0"
,
"version"
:
"5.9.
1
0"
,
"private"
:
true
,
"description"
:
"A New Yohobuy Project With Express"
,
"repository"
:
{
...
...
Please
register
or
login
to post a comment