|
|
@ -1,8 +1,11 @@ |
|
|
|
|
|
# 开发环境配置 |
|
|
|
|
|
VITE_APP_ENV = 'development' |
|
|
|
|
|
|
|
|
# 页面标题 |
|
|
# 页面标题 |
|
|
VITE_APP_TITLE = IM示例工程 |
|
|
VITE_APP_TITLE = IM示例工程 |
|
|
|
|
|
|
|
|
# 开发环境配置 |
|
|
|
|
|
VITE_APP_ENV = 'development' |
|
|
|
|
|
|
|
|
# APP标识 |
|
|
|
|
|
VITE_APP_FLAG = udemo_im |
|
|
|
|
|
|
|
|
# 基础地址 |
|
|
# 基础地址 |
|
|
# VITE_APP_BASE_URL = 'http://localhost:18081' |
|
|
# VITE_APP_BASE_URL = 'http://localhost:18081' |
|
|
@ -12,5 +15,23 @@ VITE_APP_BASE_URL = 'https://api.ninecloud.top/msm' |
|
|
# VITE_APP_SOCKET_URL = 'ws://localhost:9326' |
|
|
# VITE_APP_SOCKET_URL = 'ws://localhost:9326' |
|
|
VITE_APP_SOCKET_URL = 'wss://api.ninecloud.top/socket/' |
|
|
VITE_APP_SOCKET_URL = 'wss://api.ninecloud.top/socket/' |
|
|
|
|
|
|
|
|
|
|
|
# SSE地址 |
|
|
|
|
|
# VITE_APP_SSE_URL = 'http://localhost:18081/sse' |
|
|
|
|
|
VITE_APP_SSE_URL = 'https://api.ninecloud.top/sse' |
|
|
|
|
|
|
|
|
# 网站地址 |
|
|
# 网站地址 |
|
|
VITE_APP_WEB_URL = 'https://www.ninecloud.top/udemo/im/index.html' |
|
|
VITE_APP_WEB_URL = 'https://www.ninecloud.top/udemo/im/index.html' |
|
|
|
|
|
|
|
|
|
|
|
# 关于Logo |
|
|
|
|
|
VITE_APP_ABOUT_LOGO = '/static/image/app.png' |
|
|
|
|
|
|
|
|
|
|
|
# 联系我们的微信二维码 |
|
|
|
|
|
VITE_APP_CONTACT_QRCODE = 'https://fs.ninecloud.top/uniapp/unine/vrapile.png' |
|
|
|
|
|
VITE_APP_CONTACT_ACOUNT = 'Vrapile' |
|
|
|
|
|
VITE_APP_CONTACT_NAME = '袁先生' |
|
|
|
|
|
VITE_APP_CONTACT_PHONE = '18627959669' |
|
|
|
|
|
VITE_APP_CONTACT_MAIL = '18627959669@163.com' |
|
|
|
|
|
|
|
|
|
|
|
# 默认用户图像/默认图像 |
|
|
|
|
|
VITE_APP_DEFAULT_AVATAR = '/static/image/user/yy.png' |
|
|
|
|
|
VITE_APP_DEFAULT_ICON = '/static/image/default.png' |