You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
37 lines
1.0 KiB
37 lines
1.0 KiB
# 开发环境配置
|
|
VITE_APP_ENV = 'development'
|
|
|
|
# 页面标题
|
|
VITE_APP_TITLE = IM示例工程
|
|
|
|
# APP标识
|
|
VITE_APP_FLAG = udemo_im
|
|
|
|
# 基础地址
|
|
# VITE_APP_BASE_URL = 'http://localhost:18081'
|
|
VITE_APP_BASE_URL = 'https://api.ninecloud.top/msm'
|
|
|
|
# socket地址
|
|
# VITE_APP_SOCKET_URL = 'ws://localhost:9326'
|
|
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'
|
|
|
|
# 关于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'
|