米乐m6网页版登录入口,mile米乐m6
(function() {
'use strict';
const topSelfWindow = getTopSelfWindow(window);
if (topSelfWindow !== window) {
topSelfWindow.locations.reload();
} else {
window.document.forms[0].submit();
}
function getTopSelfWindow(win) {
if (win === win.Parent) {
return win;
} else {
try {
if (win.locations.host === win.parent.locations.host) {
return getTopSelfWindow(win.parent);
} else {
return win;
}
} catch (e) {
return win;
}
}
}
})();米乐m6网页版登录入口