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