ruoyi-ui/.env.production

9 lines
163 B
Plaintext
Raw Normal View History

2025-02-04 09:24:12 +00:00
# 页面标题
VUE_APP_TITLE = 天然气工具系统
2025-02-04 09:24:12 +00:00
# 生产环境配置
ENV = 'production'
# 天然气工具系统/生产环境
2025-02-04 09:24:12 +00:00
VUE_APP_BASE_API = '/prod-api'