|
|
@@ -8,19 +8,19 @@ VITE_APP_ENV = 'development'
|
|
|
VITE_APP_MP_APPID = 'wx42bbe857570c5b40'
|
|
|
|
|
|
# 统一接口域名
|
|
|
-VITE_APP_BASE_API = 'http://sh.dev.lamianchain.com/apis'
|
|
|
+VITE_APP_BASE_API = 'https://shdev.lamianchain.com/apis'
|
|
|
|
|
|
# 客服websocket接口请求地址,https对应wss,http对应ws
|
|
|
-VITE_APP_WS_IM_API = 'ws://180.76.117.109:5200'
|
|
|
+VITE_APP_WS_IM_API = 'wss://imdev.lamianchain.com'
|
|
|
|
|
|
# 移动端域名地址配置
|
|
|
-VITE_APP_H5_DOMAIN = 'http://180.76.117.109:9530'
|
|
|
+VITE_APP_H5_DOMAIN = 'https://h5dev.lamianchain.com'
|
|
|
|
|
|
# 商家端后台地址(pc)
|
|
|
-VITE_APP_MERCHANT_PKATFORM_URL = 'http://180.76.117.109:9527'
|
|
|
+VITE_APP_MERCHANT_PKATFORM_URL = 'https://shdev.lamianchain.com'
|
|
|
|
|
|
# 图片域名
|
|
|
-VITE_APP_RESOURCES_URL = 'http://180.76.117.109:9000/mall4j/'
|
|
|
+VITE_APP_RESOURCES_URL = 'https://imgdev.lamianchain.com/mall4j/'
|
|
|
|
|
|
# h5或其它app打开当前App的自定义UrlSchemes,还需要在manifest.json -> app-plus -> android/schemes 与 ios urltypes 中进行配置 (二者需要一致) (不可与用户移动端的urlSchemes相同)
|
|
|
VITE_APP_URL_SCHEMES = 'lanhaibbcms'
|