From a703dcdcfd4b8d4cd7dff7188300408d7ef277e2 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:23:40 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=B5=8B=E8=AF=9560006?= 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 4dffa71..df661ef 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}:60003/` + const prefix = `${protocol}//${hostname}:60006/` const { data: { deployAddress = prefix, configs } }: {