From 4fab779c6c597db40eccbc9a92835ae47c51d903 Mon Sep 17 00:00:00 2001 From: wuzuowei Date: Wed, 15 May 2024 19:11:29 +0800 Subject: [PATCH] =?UTF-8?q?=E7=99=BB=E5=BD=95=E9=AA=8C=E8=AF=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- platform-code/src/app.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform-code/src/app.ts b/platform-code/src/app.ts index 6c130b4..52882fc 100644 --- a/platform-code/src/app.ts +++ b/platform-code/src/app.ts @@ -242,7 +242,7 @@ export async function getInitialState() { if (host.indexOf("localhost") !== -1) { } else { if (window.top === window.self) { - window.location.href = 'https://metal.dayesteel.com.cn'; + // window.location.href = 'https://metal.dayesteel.com.cn'; return; } }