mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-12-15 12:46:34 +08:00
集群可以设置默认的WAF策略、缓存策略
This commit is contained in:
@@ -2,8 +2,11 @@ Tea.context(function () {
|
||||
this.grantId = 0;
|
||||
|
||||
this.selectGrant = function (grant) {
|
||||
this.grantId = grant.id;
|
||||
NotifyPopup({
|
||||
code: 200,
|
||||
data: {
|
||||
grant: grant
|
||||
}
|
||||
})
|
||||
};
|
||||
|
||||
this.success = NotifyPopup;
|
||||
});
|
||||
Reference in New Issue
Block a user