Authored by 张丽霞

错误处理

@@ -11,7 +11,7 @@ const isTest = process.env.NODE_ENV === 'test'; @@ -11,7 +11,7 @@ const isTest = process.env.NODE_ENV === 'test';
11 11
12 module.exports = { 12 module.exports = {
13 port: 6001, 13 port: 6001,
14 - siteUrl: '//m.yohobuy.com', 14 + siteUrl: 'http://m.yohobuy.com',
15 // domains: { 15 // domains: {
16 // api: 'http://testapi.yoho.cn:28078/', // http://192.168.102.205:8080/gateway 16 // api: 'http://testapi.yoho.cn:28078/', // http://192.168.102.205:8080/gateway
17 // service: 'http://testservice.yoho.cn:28077/' 17 // service: 'http://testservice.yoho.cn:28077/'
This diff could not be displayed because it is too large.