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; } }