SafetyAlertSystem-ui/.env.development

12 lines
227 B
Plaintext
Raw Normal View History

2024-09-10 13:53:52 +08:00
# 页面标题
2024-09-29 09:42:03 +08:00
VUE_APP_TITLE = 施工安全预警系统
2024-09-10 13:53:52 +08:00
# 开发环境配置
ENV = 'development'
2024-09-29 09:42:03 +08:00
# 施工安全预警系统/开发环境
2024-09-10 13:53:52 +08:00
VUE_APP_BASE_API = '/dev-api'
# 路由懒加载
VUE_CLI_BABEL_TRANSPILE_MODULES = true