KindergartenUI/.env.production

9 lines
187 B
Plaintext
Raw Normal View History

2022-07-26 13:36:39 +08:00
# 页面标题
2022-07-26 17:03:25 +08:00
VUE_APP_TITLE = 幼儿园体质检测管理系统
2022-07-26 13:36:39 +08:00
# 生产环境配置
ENV = 'production'
2022-07-26 17:03:25 +08:00
# 幼儿园体质检测管理系统/生产环境
2022-07-26 13:36:39 +08:00
VUE_APP_BASE_API = '/prod-api'