fix:修复错误

This commit is contained in:
吕新雨
2026-02-24 10:51:32 +08:00
parent 4838bcef4b
commit 9d6829eceb

View File

@@ -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')); 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);
/** /**
* 调试:打印环境变量注入结果(仅开发环境) * 调试:打印环境变量注入结果(仅开发环境)