qianlishi 3 years ago
commit 3ed6520ee7

@ -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"'
}

@ -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"'
})

Loading…
Cancel
Save