Showing
1 changed file
with
4 additions
and
4 deletions
1 | const config = { | 1 | const config = { |
2 | domains: { | 2 | domains: { |
3 | // production | 3 | // production |
4 | - // api: 'https://api.yoho.cn', | ||
5 | - // service: 'https://api.yoho.cn', | 4 | + api: 'https://api.yoho.cn', |
5 | + service: 'https://api.yoho.cn', | ||
6 | 6 | ||
7 | // gray | 7 | // gray |
8 | // api: 'http://apigray.yoho.cn', | 8 | // api: 'http://apigray.yoho.cn', |
9 | // store: 'http://openstore.yohops.com', | 9 | // store: 'http://openstore.yohops.com', |
10 | 10 | ||
11 | // test | 11 | // test |
12 | - api: 'http://api-test3.dev.yohocorp.com', | ||
13 | - service: 'http://api-test3.dev.yohocorp.com', | 12 | + // api: 'http://api-test3.dev.yohocorp.com', |
13 | + // service: 'http://api-test3.dev.yohocorp.com', | ||
14 | 14 | ||
15 | yasApi: 'https://analysis.yohobuy.com/yas_mobile' | 15 | yasApi: 'https://analysis.yohobuy.com/yas_mobile' |
16 | }, | 16 | }, |
-
Please register or login to post a comment