Showing
2 changed files
with
3 additions
and
1 deletions
@@ -10,6 +10,8 @@ const isProduction = process.env.NODE_ENV === 'production'; | @@ -10,6 +10,8 @@ const isProduction = process.env.NODE_ENV === 'production'; | ||
10 | const isTest = process.env.NODE_ENV === 'test'; | 10 | const isTest = process.env.NODE_ENV === 'test'; |
11 | 11 | ||
12 | module.exports = { | 12 | module.exports = { |
13 | + app: 'web', | ||
14 | + appVersion: '4.6.0', // 调用api接口版本 | ||
13 | port: 6003, | 15 | port: 6003, |
14 | siteUrl: 'http://www.yohoblk.com', | 16 | siteUrl: 'http://www.yohoblk.com', |
15 | domains: { | 17 | domains: { |
@@ -52,7 +52,7 @@ | @@ -52,7 +52,7 @@ | ||
52 | "uuid": "^2.0.2", | 52 | "uuid": "^2.0.2", |
53 | "winston": "^2.2.0", | 53 | "winston": "^2.2.0", |
54 | "winston-daily-rotate-file": "^1.1.4", | 54 | "winston-daily-rotate-file": "^1.1.4", |
55 | - "yoho-node-lib": "0.0.5" | 55 | + "yoho-node-lib": "0.0.11" |
56 | }, | 56 | }, |
57 | "devDependencies": { | 57 | "devDependencies": { |
58 | "autoprefixer": "^6.3.6", | 58 | "autoprefixer": "^6.3.6", |
-
Please register or login to post a comment