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
刘志远
5 years ago
Commit
4de913b075d7e1e4c94d00641e3e7f045982757c
2 parents
1eb64cc1
7ec7162c
Merge branch 'feature/gray-gateway' into 'master'
还原接口信息 还原接口信息 See merge request
!118
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
7 deletions
server/common/api-domain.js
server/common/api-domain.js
View file @
4de913b
...
...
@@ -222,13 +222,7 @@ if (global.env.Test) {
}
if
(
global
.
env
.
Production
)
{
domains
.
erp
=
'http://erp-pre.yohops.com'
;
domains
.
platform
=
'http://api.platform.yohoops.org/platform'
;
domains
.
shop
=
'http://10.66.50.140:30016'
;
}
// 新配置灰度aip地址 lzhy 2020-09-24
if
(
global
.
env
.
Gray
)
{
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