diff --git a/app/config/api.ts b/app/config/api.ts index eeb14a2..bafeb35 100644 --- a/app/config/api.ts +++ b/app/config/api.ts @@ -6,7 +6,7 @@ // API基础地址配置 export const API_CONFIG = { // 开发环境API地址 - BASE_URL: 'http://192.168.2.77:4101', + BASE_URL: 'http://192.168.1.3:4101', // API端点配置 ENDPOINTS: {