Showing
1 changed file
with
1 additions
and
0 deletions
@@ -11,6 +11,7 @@ const isTest = process.env.NODE_ENV === 'test'; | @@ -11,6 +11,7 @@ const isTest = process.env.NODE_ENV === 'test'; | ||
11 | 11 | ||
12 | module.exports = { | 12 | module.exports = { |
13 | app: 'h5', | 13 | app: 'h5', |
14 | + appVersion: '4.9.2', // 调用api的版本 | ||
14 | port: 6001, | 15 | port: 6001, |
15 | siteUrl: '//m.yohobuy.com', | 16 | siteUrl: '//m.yohobuy.com', |
16 | domains: { | 17 | domains: { |
-
Please register or login to post a comment