archer 3 月之前
父节点
当前提交
fb8304371a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .env.production

+ 1 - 1
.env.production

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