sac/sf-ui/.env.production

9 lines
159 B
Plaintext
Raw Normal View History

2024-04-07 11:19:43 +08:00
# 页面标题
2024-04-22 17:46:24 +08:00
VUE_APP_TITLE = SAC管理系统
2024-04-07 11:19:43 +08:00
# 生产环境配置
ENV = 'production'
2024-04-22 17:46:24 +08:00
# SAC管理系统/生产环境
2024-04-07 11:19:43 +08:00
VUE_APP_BASE_API = '/prod-api'