From c42ebdfe597bc425e1b9fc87511d0c70b39ef8a9 Mon Sep 17 00:00:00 2001 From: Roe-xin Date: Tue, 30 Dec 2025 16:10:49 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=96=B0=E9=BB=98=E8=AE=A4?= =?UTF-8?q?=E5=90=8E=E7=AB=AF=E6=9C=8D=E5=8A=A1=E5=9C=B0=E5=9D=80=E4=B8=BA?= =?UTF-8?q?192.168.1.108?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config/settings.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/settings.ts b/src/config/settings.ts index e6c041f..8b6e490 100644 --- a/src/config/settings.ts +++ b/src/config/settings.ts @@ -16,7 +16,7 @@ export interface IccoderConfig { /** 默认配置 */ const DEFAULT_CONFIG: IccoderConfig = { - backendUrl: "http://localhost:8080", + backendUrl: "http://192.168.1.108:2233", timeout: 60000, userId: "default-user", };