// API配置文件 export const API_CONFIG = { // API服务器基础地址 // BASE_URL: 'http://192.168.110.38:8100', BASE_URL: 'http://localhost:8100', // API端点 ENDPOINTS: { HELLO: '/api/hello', PARETO_ANALYSIS: '/api/qc/pareto' } }