v1.1 版本发布,代码同步后端v1.1版本

This commit is contained in:
郑杰
2019-01-02 10:08:13 +08:00
parent 2cb2c82e4d
commit 63e8714f6c
3 changed files with 9 additions and 9 deletions

View File

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