evo-Financial-vue/.env.production
2025-06-16 16:47:42 +08:00

9 lines
212 B
Plaintext

# 页面标题
VUE_APP_TITLE = ERP管理系统
# 生产环境配置
ENV = 'production'
# ERP管理系统/生产环境
VUE_APP_BASE_API = 'http://192.168.5.12:8081/'
VUE_APP_BASE_URL = 'http://192.168.5.12:8081'