Selaa lähdekoodia

Merge branch 'master' of https://gitee.com/anji-plus/report

qianlishi 4 vuotta sitten
vanhempi
sitoutus
3ed6520ee7
2 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 1 1
      report-ui/config/prod.env.js
  2. 1 1
      report-ui/config/test.env.js

+ 1 - 1
report-ui/config/prod.env.js

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

+ 1 - 1
report-ui/config/test.env.js

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