mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-06 14:50:25 +08:00
实时访问日志有弹窗打开时,暂时不更新数据
This commit is contained in:
@@ -353,6 +353,9 @@ window.teaweb = {
|
||||
Swal: function () {
|
||||
return this.isPopup() ? window.parent.Swal : window.Swal;
|
||||
},
|
||||
hasPopup: function () {
|
||||
return document.getElementsByClassName("swal2-container").length > 0
|
||||
},
|
||||
success: function (message, callback) {
|
||||
var width = "20em";
|
||||
if (message.length > 30) {
|
||||
|
||||
Reference in New Issue
Block a user