mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-10 09:20:25 +08:00
[WAF]规则支持导入导出
This commit is contained in:
5
web/views/@default/servers/components/waf/export.js
Normal file
5
web/views/@default/servers/components/waf/export.js
Normal file
@@ -0,0 +1,5 @@
|
||||
Tea.context(function () {
|
||||
this.success = function (resp) {
|
||||
window.location = "/servers/components/waf/exportDownload?key=" + resp.data.key
|
||||
}
|
||||
})
|
||||
Reference in New Issue
Block a user