@@ -272,7 +272,9 @@ const post = function (url, data, opts) {
isFather: true,
fatherWrapper: $("#mainBox", parent.document)
});
- window.location.href = 'login.html'
+ setTimeout(() => {
+ window.parent.window.location.href = 'login.html'
+ }, 1200)
}
resolve({
data: res