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
刘志远
2020-07-20 15:56:44 +0800
Commit
9d71776e02ee487e501b7c069253692de18cbfd9
2 parents
f16fab8f
e9b27985
Merge branch 'feature/gray-api' into 'master'
切换灰度接口 切换灰度接口 See merge request
!114
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
2 deletions
server/common/api-domain.js
server/common/api-domain.js
View file @
9d71776
...
...
@@ -222,8 +222,7 @@ if (global.env.Test) {
}
if
(
global
.
env
.
Production
)
{
// domains.erp = 'http://gateway.erp.yohoops.org';
domains
.
erp
=
'http://erp-pre.yohops.com'
;
domains
.
erp
=
'http://gateway.erp.yohoops.org'
;
domains
.
platform
=
'http://api.platform.yohoops.org/platform'
;
domains
.
shop
=
'http://10.66.50.140:30016'
;
}
...
...
Please
register
or
login
to post a comment