Showing
1 changed file
with
3 additions
and
3 deletions
@@ -14,8 +14,8 @@ const domains = { | @@ -14,8 +14,8 @@ const domains = { | ||
14 | liveApi: 'http://testapi.live.yohops.com:9999/', | 14 | liveApi: 'http://testapi.live.yohops.com:9999/', |
15 | singleApi: 'http://api-test3.yohops.com:9999/', | 15 | singleApi: 'http://api-test3.yohops.com:9999/', |
16 | 16 | ||
17 | - api: 'http://api-test3.yohops.com:9999/', | ||
18 | - service: 'http://service-test3.yohops.com:9999/', | 17 | + api: 'http://dev-api.yohops.com:9999/', |
18 | + service: 'http://dev-service.yohops.com:9999/', | ||
19 | global: 'http://api-global.yohobuy.com', | 19 | global: 'http://api-global.yohobuy.com', |
20 | 20 | ||
21 | // liveApi: 'http://api.live.yoho.cn/', | 21 | // liveApi: 'http://api.live.yoho.cn/', |
@@ -27,7 +27,7 @@ const domains = { | @@ -27,7 +27,7 @@ const domains = { | ||
27 | 27 | ||
28 | module.exports = { | 28 | module.exports = { |
29 | app: 'h5', | 29 | app: 'h5', |
30 | - appVersion: '5.6.0', // 调用api的版本 | 30 | + appVersion: '5.7.0', // 调用api的版本 |
31 | port: 6001, | 31 | port: 6001, |
32 | siteUrl: '//m.yohobuy.com', | 32 | siteUrl: '//m.yohobuy.com', |
33 | assetUrl: '//127.0.0.1:5001', | 33 | assetUrl: '//127.0.0.1:5001', |
-
Please register or login to post a comment