KindergartenUI/.env.production
2023-04-06 15:20:31 +08:00

10 lines
248 B
Plaintext

# 页面标题
VUE_APP_TITLE = 智慧幼儿体质评估与促进系统
# 生产环境配置
ENV = 'production'
# 智慧幼儿体质评估与促进系统/生产环境
# VUE_APP_BASE_API = '/prod-api'
VUE_APP_BASE_API = 'http://192.168.16.76:8090'