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
毕凯
2017-09-21 14:28:56 +0800
Commit
4c0f1cf8df646d836756c819a110923a652d9347
1 parent
b22771ac
6.1.0
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 @
4c0f1cf
...
...
@@ -23,7 +23,7 @@ const domains = {
module
.
exports
=
{
app
:
'h5'
,
appVersion
:
'6.
0.2
'
,
// 调用api的版本
appVersion
:
'6.
1.0
'
,
// 调用api的版本
port
:
6001
,
siteUrl
:
'//m.yohobuy.com'
,
assetUrl
:
'//127.0.0.1:5001'
,
...
...
package.json
View file @
4c0f1cf
{
"name"
:
"m-yohobuy-node"
,
"version"
:
"6.
0.23
"
,
"version"
:
"6.
1.0
"
,
"private"
:
true
,
"description"
:
"A New Yohobuy Project With Express"
,
"repository"
:
{
...
...
Please
register
or
login
to post a comment