|
|
@@ -6,16 +6,16 @@ VITE_APP_ENV = 'testing'
|
|
|
|
|
|
# api接口请求地址
|
|
|
# 如未配置nginx代理,请删除 /apis
|
|
|
-VITE_APP_BASE_API = 'http://sh.dev.lamianchain.com/apis'
|
|
|
+VITE_APP_BASE_API = 'https://shdev.lamianchain.com/apis'
|
|
|
|
|
|
# H5商城地址
|
|
|
-VITE_APP_H5_URL = 'http://180.76.117.109:9530'
|
|
|
+VITE_APP_H5_URL = 'https://h5dev.lamianchain.com'
|
|
|
|
|
|
# 客服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'
|
|
|
|
|
|
# 静态资源文件url
|
|
|
-VITE_APP_RESOURCES_URL = 'http://180.76.117.109:9000/mall4j/'
|
|
|
+VITE_APP_RESOURCES_URL = 'https://imgdev.lamianchain.com/mall4j/'
|
|
|
|
|
|
# 天地图key
|
|
|
-VITE_APP_MAP_KEY = ''
|
|
|
+VITE_APP_MAP_KEY = '87f5950fbcec797e324cc82e8ba2c2aa'
|