KindergartenUI/.env.production

9 lines
199 B
Plaintext
Raw Normal View History

2022-07-26 13:36:39 +08:00
# 页面标题
2022-09-19 10:26:17 +08:00
VUE_APP_TITLE = 智慧幼儿体质评估与促进系统
2022-07-26 13:36:39 +08:00
# 生产环境配置
ENV = 'production'
2022-09-19 10:26:17 +08:00
# 智慧幼儿体质评估与促进系统/生产环境
2022-07-26 13:36:39 +08:00
VUE_APP_BASE_API = '/prod-api'