...
|
...
|
@@ -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/'
|
...
|
...
|
|