Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-shop-manage
·
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
Plain Diff
Browse Files
Authored by
陈峰
2017-06-28 13:59:02 +0800
Commit
ba9e4a4cd983f2a3b6fe0cd6361dcc919ba1104b
2 parents
74dc1240
184c4d95
Merge branch 'release/2.0' into 'master'
port change See merge request
!14
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
server/common/api-domain.js
server/common/api-domain.js
View file @
ba9e4a4
...
...
@@ -104,7 +104,7 @@ if (global.env.Test) {
if
(
global
.
env
.
Production
)
{
domains
.
erp
=
'http://gw.api.yohobuy.com'
;
domains
.
platform
=
'http://api.platform.yohoops.org/platform'
;
domains
.
shop
=
'http://127.0.0.1:3001
2
'
;
domains
.
shop
=
'http://127.0.0.1:3001
6
'
;
}
_
.
each
(
domainApis
,
(
apis
,
domainName
)
=>
{
...
...
Please
register
or
login
to post a comment