update 更换三方回调方案

This commit is contained in:
疯狂的狮子Li 2024-06-19 10:16:21 +08:00
parent 1f2add4b6b
commit fe1942c247

View File

@ -65,7 +65,7 @@ const init = async () => {
let host = window.location.host;
if (domain !== host) {
let urlFull = new URL(window.location.href);
urlFull.hostname = domain;
urlFull.host = domain;
window.location.href = urlFull.toString();
}