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-09-23 15:57:46 +0800
Commit
1eb64cc147a647c5aece624758a33285204de614
2 parents
ca17b26b
a784eb91
Merge branch 'feature/gray-gateway' into 'master'
临时修改灰度接口地址 临时修改灰度接口地址 See merge request
!117
Show 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 @
1eb64cc
...
...
@@ -222,7 +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
.
platform
=
'http://api.platform.yohoops.org/platform'
;
domains
.
shop
=
'http://10.66.50.140:30016'
;
}
...
...
Please
register
or
login
to post a comment