bonus-ui/.env.production

11 lines
242 B
Plaintext
Raw Normal View History

2024-06-26 17:36:22 +08:00
# 页面标题
2024-12-23 18:16:44 +08:00
VUE_APP_TITLE = 智能机具管理系统
2024-06-26 17:36:22 +08:00
# 生产环境配置
ENV = 'production'
2024-12-23 18:16:44 +08:00
# 智能机具管理系统/生产环境
2025-03-31 12:12:28 +08:00
# VUE_APP_BASE_API = '/prod-api'
# 智能机具管理系统/宏源环境
VUE_APP_BASE_API = '/jiju-api'