sac/sf-ui/.env.production
2024-04-22 17:46:24 +08:00

9 lines
159 B
Plaintext

# 页面标题
VUE_APP_TITLE = SAC管理系统
# 生产环境配置
ENV = 'production'
# SAC管理系统/生产环境
VUE_APP_BASE_API = '/prod-api'