登录验证

master
wuzuowei 4 months ago
parent ba33902d04
commit 4fab779c6c

@ -242,7 +242,7 @@ export async function getInitialState() {
if (host.indexOf("localhost") !== -1) { if (host.indexOf("localhost") !== -1) {
} else { } else {
if (window.top === window.self) { if (window.top === window.self) {
window.location.href = 'https://metal.dayesteel.com.cn'; // window.location.href = 'https://metal.dayesteel.com.cn';
return; return;
} }
} }

Loading…
Cancel
Save