bonus-ui/.env.staging

11 lines
234 B
Plaintext
Raw Normal View History

2024-06-26 17:36:22 +08:00
# 页面标题
2025-09-16 18:09:52 +08:00
VUE_APP_TITLE = 机械化施工装备管理(共享)平台
2024-06-26 17:36:22 +08:00
NODE_ENV = production
# 测试环境配置
2025-04-21 13:20:14 +08:00
ENV = 'production'
2024-06-26 17:36:22 +08:00
2025-09-16 18:09:52 +08:00
# 机械化施工装备管理(共享)平台/测试环境
2025-04-21 13:20:14 +08:00
VUE_APP_BASE_API = '/prod-api'