KindergartenUI/.env.staging

11 lines
220 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
NODE_ENV = production
# 测试环境配置
ENV = 'staging'
2022-09-19 10:26:17 +08:00
# 智慧幼儿体质评估与促进系统/测试环境
2022-07-26 13:36:39 +08:00
VUE_APP_BASE_API = '/stage-api'