终于可以登录了

This commit is contained in:
chenwenlong
2018-11-20 08:34:35 +08:00
parent e751ac581b
commit 92a1ca8cd6
3 changed files with 10 additions and 9 deletions

View File

@@ -1,5 +1,5 @@
module.exports = {
NODE_ENV: '"development"',
ENV_CONFIG: '"dev"',
BASE_API: '"http://localhost:3000/api"'
BASE_API: '"http://localhost:3000"'
}