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-11-22 14:52:40 +0800
Commit
2729a1909e5d4494e22fee69779765e2087f9b5b
1 parent
e65d5eb4
6.2.30
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 @
2729a19
...
...
@@ -26,7 +26,7 @@ const domains = {
module
.
exports
=
{
app
:
'h5'
,
appVersion
:
'6.
3.0
'
,
// 调用api的版本
appVersion
:
'6.
2.3
'
,
// 调用api的版本
port
:
6001
,
siteUrl
:
'//m.yohobuy.com'
,
assetUrl
:
'//127.0.0.1:5001'
,
...
...
package.json
View file @
2729a19
{
"name"
:
"yohobuywap-node"
,
"version"
:
"6.
3.
0"
,
"version"
:
"6.
2.3
0"
,
"private"
:
true
,
"description"
:
"A New Yohobuy Project With Express"
,
"repository"
:
{
...
...
Please
register
or
login
to post a comment