Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-blk
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
1
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
yyq
9 years ago
Commit
e47cda9e78efc7cee81c438bda1b2609007426f1
1 parent
f5cb2a92
dev api
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
config/common.js
config/common.js
View file @
e47cda9
...
...
@@ -22,10 +22,10 @@ module.exports = {
},
cookieDomain
:
'yohoblk.com'
,
domains
:
{
// singleApi: 'http://192.168.102.31:8092/brower',
api
:
'http://testapi.yoho.cn:28078/'
,
service
:
'http://testservice.yoho.cn:28077/'
,
singleApi
:
'http://192.168.102.31:8092/'
singleApi
:
'http://192.168.102.31:8092/'
,
api
:
'http://api-test2.yohops.com:9999/'
,
service
:
'http://service-test2.yohops.com:9999/'
,
search
:
'http://192.168.102.216:8080/yohosearch/'
},
useOneapm
:
false
,
useCache
:
false
,
...
...
@@ -109,7 +109,7 @@ if (isProduction) {
Object
.
assign
(
module
.
exports
,
{
appName
:
'www.yohoblk.com for test'
,
domains
:
{
singleApi
:
'http://192.168.102.31:8092/
brower
'
,
singleApi
:
'http://192.168.102.31:8092/'
,
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