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.
18 lines
375 B
18 lines
375 B
# 页面标题
|
|
VITE_APP_TITLE = 盒子IM后台管理
|
|
|
|
# 生产环境配置
|
|
VITE_APP_ENV = 'production'
|
|
|
|
# 应用访问路径 例如使用前缀 /admin/
|
|
VITE_APP_CONTEXT_PATH = '/admin/'
|
|
|
|
# 生产环境
|
|
VITE_APP_BASE_API = 'https://www.boxim.online/adm/api'
|
|
|
|
# 客户端id
|
|
VITE_APP_CLIENT_ID = 'e5cd7e4891bf95d1d19206ce24a7b32e'
|
|
|
|
# websocket 开关
|
|
VITE_APP_WEBSOCKET = true
|
|
|
|
|