From aebb3d744e0f3e01d0d2ce311f05d211c201e48e Mon Sep 17 00:00:00 2001 From: chashaobao Date: Mon, 20 Oct 2025 08:00:27 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=A5=20feat(=E6=A8=A1=E5=9D=97):=20h?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/requestConfig.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/requestConfig.ts b/src/requestConfig.ts index e4a7f2f..9b84688 100644 --- a/src/requestConfig.ts +++ b/src/requestConfig.ts @@ -12,7 +12,7 @@ import { IRequestResponse } from './types/http'; * @doc https://umijs.org/docs/max/request#配置 */ export const requestConfig: RequestConfig = { - baseURL: (window.ENV?.BASE_URL || 'https://dev.neighbourhood.cn') as string, + baseURL: (window.ENV?.BASE_URL || 'https://neighbourhood.cn') as string, // 错误处理: umi@3 的错误处理方案。 errorConfig: { // 错误抛出