Showing
1 changed file
with
7 additions
and
2 deletions
@@ -14,11 +14,16 @@ module.exports = { | @@ -14,11 +14,16 @@ module.exports = { | ||
14 | appVersion: '4.6.0', // 调用api的版本 | 14 | appVersion: '4.6.0', // 调用api的版本 |
15 | port: 6004, | 15 | port: 6004, |
16 | siteUrl: '//m.yohoblk.com', | 16 | siteUrl: '//m.yohoblk.com', |
17 | + signExtend: { | ||
18 | + app_type: 1 | ||
19 | + }, | ||
17 | domains: { | 20 | domains: { |
18 | // api: 'http://192.168.102.202:8080/gateway/', | 21 | // api: 'http://192.168.102.202:8080/gateway/', |
19 | // service: 'http://192.168.102.202:8080/gateway/', | 22 | // service: 'http://192.168.102.202:8080/gateway/', |
20 | - api: 'http://devapi.yoho.cn:58078/', | ||
21 | - service: 'http://devservice.yoho.cn:58077/' | 23 | + api: 'http://testapi.yoho.cn:28078/', |
24 | + service: 'http://testservice.yoho.cn:28077/' | ||
25 | + // api: 'http://devapi.yoho.cn:58078/', | ||
26 | + // service: 'http://devservice.yoho.cn:58077/' | ||
22 | }, | 27 | }, |
23 | subDomains: { | 28 | subDomains: { |
24 | host: '.m.yohoblk.com', | 29 | host: '.m.yohoblk.com', |
-
Please register or login to post a comment