dl_site_system/dl_vue/.env.production

15 lines
328 B
Plaintext
Raw Normal View History

2025-06-19 09:43:36 +08:00
# 页面标题
2025-07-09 15:08:49 +08:00
VUE_APP_TITLE = 成事达管理平台
2025-06-19 09:43:36 +08:00
# 生产环境配置
ENV = 'production'
2025-07-09 15:08:49 +08:00
# 成事达管理平台/生产环境
2025-09-02 15:53:57 +08:00
VUE_APP_BASE_API = 'http://1.92.99.15:8099'
2025-07-04 15:57:31 +08:00
# websocket
2025-09-02 15:53:57 +08:00
VUE_APP_WEBSOCKET = 'ws://1.92.99.15:8099/ws/asset/'
2025-08-14 15:08:13 +08:00
# 产品、文章预览
VUE_APP_PREVIEW = 'http://www.lighting-it.cn/admin-preview/'