Bladeren bron

Merge remote-tracking branch 'refs/remotes/origin/master'
# Please enter a commit message to explain why this merge is necessary,
# especially if it merges an updated upstream into a topic branch.
#
# Lines starting with '#' will be ignored, and an empty message aborts
# the commit.

WIN-2CJ8FMUT9OF\Administrator 3 weken geleden
bovenliggende
commit
a4778f81f2
3 gewijzigde bestanden met toevoegingen van 3 en 3 verwijderingen
  1. 1 1
      .env.dev.js
  2. 1 1
      .env.prod.js
  3. 1 1
      .env.trial.js

+ 1 - 1
.env.dev.js

@@ -1,5 +1,5 @@
 const config = {
-  baseUrl: 'https://api.wealfavor.cn',
+  baseUrl: 'https://asset-api.geltsch.cn',
   goUrl: 'http://127.0.0.1:8001',
   appName: '开发环境'
 }

+ 1 - 1
.env.prod.js

@@ -1,5 +1,5 @@
 const config = {
-    baseUrl: 'https://api.wealfavor.cn',
+    baseUrl: 'https://asset-api.geltsch.cn',
     goUrl: 'https://api.wealfavor.cn',
     appName:'正式环境'
 }

+ 1 - 1
.env.trial.js

@@ -1,5 +1,5 @@
 const config = {
-    baseUrl: 'https://test-api.wealfavor.cn',
+    baseUrl: 'https://asset-api.geltsch.cn',
     goUrl: 'https://test-api.wealfavor.cn',
     appName:'演示环境'
 }