# 生产环境配置 # API配置 VITE_API_BASE_URL=http://110.42.86.55:5510/api # Mock配置 - 生产环境禁用Mock VITE_ENABLE_MOCK=false # 生产模式 NODE_ENV=production