mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-07 23:30:26 +08:00
修复在HTTP/1.x下开多个窗口访问非常慢的问题
This commit is contained in:
@@ -2312,7 +2312,9 @@ window.Tea.Action = function (action, params) {
|
||||
.then(function () {
|
||||
// console.log("done");
|
||||
if (typeof (_doneFn) == "function") {
|
||||
_doneFn.call(Tea.Vue, {});
|
||||
setTimeout(function () {
|
||||
_doneFn.call(Tea.Vue, {});
|
||||
})
|
||||
}
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user