Browse Source

路径配置

黄琪勇 2 months ago
parent
commit
9d6ca7d74d
3 changed files with 4 additions and 4 deletions
  1. 1 1
      .env.devProd
  2. 2 2
      .env.production
  3. 1 1
      .env.staging

+ 1 - 1
.env.devProd

@@ -1,5 +1,5 @@
 
-VITE_APP_URL = "http://192.168.3.122:9527/pptApi"
+VITE_APP_URL = "https://dev.kt.colexiu.com"
 
 ## 云教练地址
 VITE_YJL_URL = "https://test.kt.colexiu.com/instrument"

+ 2 - 2
.env.production

@@ -1,5 +1,5 @@
 
-VITE_APP_URL = "http://192.168.3.122:9527/pptApi"
+VITE_APP_URL = "https://kt.colexiu.com"
 
 ## 云教练地址
-VITE_YJL_URL = "https://test.kt.colexiu.com/instrument"
+VITE_YJL_URL = "https://mec.colexiu.com/instrument"

+ 1 - 1
.env.staging

@@ -1,5 +1,5 @@
 
-VITE_APP_URL = "http://192.168.3.122:9527/pptApi"
+VITE_APP_URL = "https://test.kt.colexiu.com"
 
 ## 云教练地址
 VITE_YJL_URL = "https://test.kt.colexiu.com/instrument"