...
|
...
|
@@ -188,12 +188,13 @@ if (isProduction) { |
|
|
siteUrl: '//action.yoho.cn',
|
|
|
assetUrl: `/yoho-activity-platform/${pkg.version}/`,
|
|
|
domains: {
|
|
|
api: 'http://api.yoho.yohoops.org/',
|
|
|
singleApi: 'http://api.yoho.cn/',
|
|
|
api: 'http://api.yoho.cn/',
|
|
|
store: 'https://openstore.yohobuy.com',
|
|
|
service: 'http://api.yoho.yohoops.org/',
|
|
|
service: 'http://service.yoho.cn/',
|
|
|
serviceNotify: 'http://service.yoho.cn/',
|
|
|
global: 'http://api-global.yohobuy.com',
|
|
|
liveApi: 'http://api.live.yoho.cn/',
|
|
|
singleApi: 'http://single.yoho.cn/',
|
|
|
platformApi: 'http://api.platform.yohoops.org'
|
|
|
},
|
|
|
useCache: true,
|
...
|
...
|
|