管理端全部功能跑通
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
Tea.context(function () {
|
||||
Tea.context(function () {
|
||||
if (typeof this.health == "undefined") {
|
||||
this.health = {
|
||||
keySyncRate: 1.0,
|
||||
@@ -14,7 +14,12 @@ Tea.context(function () {
|
||||
teaweb.popup("/httpdns/ech/rollbackMfaPopup?logId=" + logId, {
|
||||
height: "26em",
|
||||
width: "48em",
|
||||
title: "全域安全受控降级告警:双人MFA授权"
|
||||
})
|
||||
title: "全域安全受控降级告警:双人MFA授权",
|
||||
callback: function () {
|
||||
teaweb.success("保存成功", function () {
|
||||
teaweb.reload();
|
||||
});
|
||||
}
|
||||
});
|
||||
};
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user