修改dev环境后端地址

This commit is contained in:
郑杰
2019-01-03 09:50:08 +08:00
parent 193076f6da
commit 22a95e6fcc
3 changed files with 3 additions and 11 deletions

View File

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