KindergartenUI/.env.production

10 lines
248 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-10-14 14:56:13 +08:00
# VUE_APP_BASE_API = '/prod-api'
2023-04-06 15:20:31 +08:00
VUE_APP_BASE_API = 'http://192.168.16.76:8090'