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