diff --git a/client/src/constants/env.ts b/client/src/constants/env.ts index fc73f15..b069af3 100644 --- a/client/src/constants/env.ts +++ b/client/src/constants/env.ts @@ -46,7 +46,7 @@ function getApiBaseUrl(env: AppRuntimeEnv): string { return getOptionalEnv('EXPO_PUBLIC_API_BASE_URL_PROD', getOptionalEnv('EXPO_PUBLIC_API_BASE_URL_LOCAL', 'https://api.damer.fun')); } -export const API_BASE_URL = getApiBaseUrl(APPpai qa +export const API_BASE_URL = getApiBaseUrl(APP_ENV); /** * 调试:打印环境变量注入结果(仅开发环境)