验证码路径调整

This commit is contained in:
gooking
2018-05-17 08:23:30 +08:00
parent 1b442d7e8a
commit b2cec26840
4 changed files with 6 additions and 6 deletions

View File

@@ -4,5 +4,5 @@ const prodEnv = require('./prod.env')
module.exports = merge(prodEnv, {
NODE_ENV: '"development"',
BASE_API: '"http://127.0.0.1:8082"',
BASE_API: '"http://user.api.it120.cc"',
})