Showing
1 changed file
with
4 additions
and
3 deletions
@@ -188,12 +188,13 @@ if (isProduction) { | @@ -188,12 +188,13 @@ if (isProduction) { | ||
188 | siteUrl: '//action.yoho.cn', | 188 | siteUrl: '//action.yoho.cn', |
189 | assetUrl: `/yoho-activity-platform/${pkg.version}/`, | 189 | assetUrl: `/yoho-activity-platform/${pkg.version}/`, |
190 | domains: { | 190 | domains: { |
191 | - api: 'http://api.yoho.yohoops.org/', | 191 | + singleApi: 'http://api.yoho.cn/', |
192 | + api: 'http://api.yoho.cn/', | ||
192 | store: 'https://openstore.yohobuy.com', | 193 | store: 'https://openstore.yohobuy.com', |
193 | - service: 'http://api.yoho.yohoops.org/', | 194 | + service: 'http://service.yoho.cn/', |
195 | + serviceNotify: 'http://service.yoho.cn/', | ||
194 | global: 'http://api-global.yohobuy.com', | 196 | global: 'http://api-global.yohobuy.com', |
195 | liveApi: 'http://api.live.yoho.cn/', | 197 | liveApi: 'http://api.live.yoho.cn/', |
196 | - singleApi: 'http://single.yoho.cn/', | ||
197 | platformApi: 'http://api.platform.yohoops.org' | 198 | platformApi: 'http://api.platform.yohoops.org' |
198 | }, | 199 | }, |
199 | useCache: true, | 200 | useCache: true, |
-
Please register or login to post a comment