# 生产环境配置 # API 配置 VITE_API_BASE_URL=https://cf.api.searchgal.homes # 开发配置 VITE_ENABLE_DEBUG=false VITE_ENABLE_MOCK=false # 其他配置继承自 .env