This commit is contained in:
qianlishi
2021-06-28 09:27:54 +08:00
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
'use strict'
module.exports = {
NODE_ENV: '"production"',
BASE_API: '"https://log.haitongauto.com"'
BASE_API: '"http://127.0.0.1:9095"'
}

View File

@@ -4,5 +4,5 @@ const prodEnv = require('./prod.env')
module.exports = merge(prodEnv, {
NODE_ENV: '"testing"',
BASE_API: '"http://haitongnla.test.anji-plus.com"'
BASE_API: '"http://127.0.0.1:9095"'
})