archer 3 miesięcy temu
rodzic
commit
f931b96a35
2 zmienionych plików z 2 dodań i 2 usunięć
  1. 1 1
      .env.development
  2. 1 1
      .env.testing

+ 1 - 1
.env.development

@@ -6,7 +6,7 @@ ENV = 'development'
 
 # api接口请求地址
 # 如未配置nginx代理,请删除 /apis
-VITE_APP_BASE_API = 'http://180.76.117.109:9528/apis'
+VITE_APP_BASE_API = 'http://pt.dev.lamianchain.com/apis'
 
 # 客服websocket接口请求地址,https对应wss,http对应ws
 VITE_APP_WS_IM_API = 'ws://180.76.117.109:5200'

+ 1 - 1
.env.testing

@@ -6,7 +6,7 @@ VITE_APP_ENV = 'testing'
 
 # api接口请求地址
 # 如未配置nginx代理,请删除 /apis
-VITE_APP_BASE_API = 'http://180.76.117.109:9528/apis'
+VITE_APP_BASE_API = 'http://pt.dev.lamianchain.com/apis'
 
 # 客服websocket接口请求地址,https对应wss,http对应ws
 VITE_APP_WS_IM_API = 'ws://180.76.117.109:5200'