|
|
@ -239,7 +239,7 @@ export async function getInitialState() {
|
|
|
|
let params = await model.parameters()
|
|
|
|
let params = await model.parameters()
|
|
|
|
//console.log("params", params)
|
|
|
|
//console.log("params", params)
|
|
|
|
const host: string = window.location.hostname
|
|
|
|
const host: string = window.location.hostname
|
|
|
|
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;
|
|
|
|
}
|
|
|
|
}
|
|
|
|