1兼容数智五环大屏,跳转方法调整

This commit is contained in:
2026-06-09 19:35:12 +08:00
parent 6ccdec9b10
commit 855eec9965
24 changed files with 114 additions and 64 deletions
+2 -1
View File
@@ -216,7 +216,8 @@
setCookie("u", '');
setCookie("p", '');
}
top.window.location.href = data.d;
window.location.href = data.d;
// top.window.location.href = data.d;
}
}
})