god-ytr/god-ui/.env.production

9 lines
157 B
Plaintext
Raw Normal View History

2023-10-16 11:22:19 +08:00
# 页面标题
2023-10-16 16:55:42 +08:00
VUE_APP_TITLE = 装备管理系统
2023-10-16 11:22:19 +08:00
# 生产环境配置
ENV = 'production'
2023-10-16 16:55:42 +08:00
# 装备管理系统/生产环境
2023-10-16 11:22:19 +08:00
VUE_APP_BASE_API = '/prod-api'