实现点击访问日志显示详情窗口

This commit is contained in:
GoEdgeLab
2020-11-02 21:15:25 +08:00
parent 9c45e4da79
commit 44a0530c51
11 changed files with 251 additions and 4 deletions

View File

@@ -118,7 +118,12 @@ window.teaweb = {
padding: "0.5em",
showConfirmButton: false,
showCloseButton: true,
focusConfirm: false
focusConfirm: false,
onClose: function (popup) {
if (typeof (options["onClose"]) == "function") {
options["onClose"].apply(Tea.Vue, arguments)
}
}
});
},
popupFinish: function () {