export const environment = { production: true, apiUrl: 'https://your-production-api-url.com', // 生产环境下的API基础URL };