update package.json

This commit is contained in:
郑杰
2018-12-23 10:15:29 +08:00
parent 380fdbaf9c
commit a3c118e3a7
5 changed files with 8411 additions and 13 deletions

View File

@@ -4,5 +4,5 @@ const prodEnv = require('./prod.env')
module.exports = merge(prodEnv, {
NODE_ENV: '"development"',
BASE_API: '"http://localhost"',
BASE_API: '"http://localhost:8000"',
})