From 2e37bf455d784ee4548420bf74887b0065c0a0c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=97=B6=E5=90=AF=E9=BE=99?= Date: Mon, 5 Jan 2026 15:32:17 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=81=A2=E5=A4=8D=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/core/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/config.ts b/src/core/config.ts index df661ef..4dffa71 100644 --- a/src/core/config.ts +++ b/src/core/config.ts @@ -9,7 +9,7 @@ export type IAppConfig = { export async function getMicroApp() { const { protocol, hostname } = location - const prefix = `${protocol}//${hostname}:60006/` + const prefix = `${protocol}//${hostname}:60003/` const { data: { deployAddress = prefix, configs } }: {