SafetyScreen-ui/.env.production

11 lines
199 B
Plaintext
Raw Normal View History

2024-09-26 09:54:34 +08:00
# 页面标题
VUE_APP_TITLE = 施工安全预警系统
NODE_ENV = production
# 生产环境配置
2024-09-29 09:04:56 +08:00
VUE_APP_ENV = '/safety_screen/'
2024-09-26 09:54:34 +08:00
# 若依管理系统/生产环境
2024-09-29 09:04:56 +08:00
VUE_APP_BASE_API = '/prod-api'