Sfoglia il codice sorgente

修改接口环境变量

wangzhiqiang 3 mesi fa
parent
commit
a38964445f
3 ha cambiato i file con 6 aggiunte e 6 eliminazioni
  1. 2 2
      .env.development
  2. 2 2
      .env.production
  3. 2 2
      .env.staging

+ 2 - 2
.env.development

@@ -3,9 +3,9 @@ ENV = 'development'
 # 线上测试
 # VITE_BASE_URL = 'http://advise.ytmdm.com/yt-gateway'
 # VITE_BASE_URL = 'https://test.book.ytpm.net/yt-gateway'
-VITE_BASE_URL = 'http://119.45.71.139:25001'
+# VITE_BASE_URL = 'http://119.45.71.139:25001'
 
 # 本地 
-# VITE_BASE_URL = 'http://192.168.1.9:25001'
+VITE_BASE_URL = 'http://192.168.1.9:25001'
 # VITE_BASE_URL = 'http://192.168.1.159:25001'
 

+ 2 - 2
.env.production

@@ -1,4 +1,4 @@
 ENV = 'production'
 
-VITE_BASE_URL = 'http://119.45.71.139:25001'
-# VITE_BASE_URL = 'https://test.book.ytpm.net/yt-gateway'
+# VITE_BASE_URL = 'http://119.45.71.139:25001'
+VITE_BASE_URL = 'http://advise.ytmdm.com/yt-gateway'

+ 2 - 2
.env.staging

@@ -1,5 +1,5 @@
 ENV = 'staging'
 
-# VITE_BASE_URL = 'http://advise.ytmdm.com/yt-gateway'
+VITE_BASE_URL = 'http://advise.ytmdm.com/yt-gateway'
 # VITE_BASE_URL = 'https://test.book.ytpm.net/yt-gateway'
-VITE_BASE_URL = 'http://119.45.71.139:25001'
+# VITE_BASE_URL = 'http://119.45.71.139:25001'