Authored by 于良

请求接口域名由 http://api.yoho.cn 变更为 http://eshop.yoho.cn,review by 盖剑秋

@@ -17,11 +17,11 @@ @@ -17,11 +17,11 @@
17 <key>CFBundlePackageType</key> 17 <key>CFBundlePackageType</key>
18 <string>APPL</string> 18 <string>APPL</string>
19 <key>CFBundleShortVersionString</key> 19 <key>CFBundleShortVersionString</key>
20 - <string>1.0.0</string> 20 + <string>1.0.1</string>
21 <key>CFBundleSignature</key> 21 <key>CFBundleSignature</key>
22 <string>????</string> 22 <string>????</string>
23 <key>CFBundleVersion</key> 23 <key>CFBundleVersion</key>
24 - <string>1.0.0.2016062802</string> 24 + <string>1.0.1.2016080501</string>
25 <key>Fabric</key> 25 <key>Fabric</key>
26 <dict> 26 <dict>
27 <key>APIKey</key> 27 <key>APIKey</key>
1 module.exports = { 1 module.exports = {
2 dev: { 2 dev: {
3 - baseUrl: 'http://api.yoho.cn', 3 + baseUrl: 'http://eshop.yoho.cn',
4 // baseUrl: 'http://123.206.1.104:28078', 4 // baseUrl: 'http://123.206.1.104:28078',
5 // baseUrl: 'http://192.168.102.205:8080/gateway', 5 // baseUrl: 'http://192.168.102.205:8080/gateway',
6 HTTPTimeout: 30000, //毫秒 6 HTTPTimeout: 30000, //毫秒
7 7
8 }, 8 },
9 prd: { 9 prd: {
10 - baseUrl: 'http://api.yoho.cn', 10 + baseUrl: 'http://eshop.yoho.cn',
11 HTTPTimeout: 30000, //毫秒 11 HTTPTimeout: 30000, //毫秒
12 12
13 }, 13 },