dl_site_system/dl_vue/.env.production
2025-07-09 15:08:49 +08:00

12 lines
248 B
Plaintext

# 页面标题
VUE_APP_TITLE = 成事达管理平台
# 生产环境配置
ENV = 'production'
# 成事达管理平台/生产环境
VUE_APP_BASE_API = 'http://122.51.230.86:8099'
# websocket
VUE_APP_WEBSOCKET = 'ws://122.51.230.86:8099/ws/asset/'