Showing
2 changed files
with
3 additions
and
2 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.6.0', // 调用api的版本 | ||
14 | port: 6001, | 15 | port: 6001, |
15 | siteUrl: '//m.yohobuy.com', | 16 | siteUrl: '//m.yohobuy.com', |
16 | domains: { | 17 | domains: { |
@@ -55,8 +55,8 @@ | @@ -55,8 +55,8 @@ | ||
55 | "serve-favicon": "^2.3.0", | 55 | "serve-favicon": "^2.3.0", |
56 | "uuid": "^2.0.2", | 56 | "uuid": "^2.0.2", |
57 | "winston": "^2.2.0", | 57 | "winston": "^2.2.0", |
58 | - "yoho-node-lib": "0.0.8", | ||
59 | - "winston-daily-rotate-file": "^1.1.4" | 58 | + "winston-daily-rotate-file": "^1.1.4", |
59 | + "yoho-node-lib": "0.0.11" | ||
60 | }, | 60 | }, |
61 | "devDependencies": { | 61 | "devDependencies": { |
62 | "autoprefixer": "^6.3.6", | 62 | "autoprefixer": "^6.3.6", |
-
Please register or login to post a comment