// API基础URL配置 export const baseUrl = 'http://localhost:8080'; // 使用localhost // WebSocket配置 export const wsConfig = { // 重连间隔(毫秒) reconnectInterval: 3000, // 最大重连次数 maxReconnectAttempts: 3 };