Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
htoooth
9 years ago
Commit
5f676773f625d85af25a11efae75737112bec230
1 parent
80a5a3ad
商品收藏接口
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
config/common.js
config/common.js
View file @
5f67677
...
...
@@ -15,6 +15,7 @@ module.exports = {
port
:
6002
,
siteUrl
:
'http://www.yohobuy.com'
,
domains
:
{
favApi
:
'http://192.168.102.31:8092/brower'
,
api
:
'http://devapi.yoho.cn:58078/'
,
service
:
'http://devservice.yoho.cn:58077/'
,
search
:
'http://192.168.102.216:8080/yohosearch/'
...
...
@@ -114,6 +115,7 @@ if (isProduction) {
Object
.
assign
(
module
.
exports
,
{
appName
:
'www.yohobuy.com for test'
,
domains
:
{
favApi
:
'http://192.168.102.31:8092/brower'
,
api
:
'http://testapi.yoho.cn:28078/'
,
service
:
'http://testservice.yoho.cn:28077/'
,
search
:
'http://192.168.102.216:8080/yohosearch/'
...
...
Please
register
or
login
to post a comment