This commit is contained in:
Raod
2021-06-28 09:10:54 +08:00
parent 464c8d098c
commit 6a96f0460e
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"'
})