Files
EdgeAdmin/web/views/@default/servers/components/waf/export.js

5 lines
177 B
JavaScript

Tea.context(function () {
this.success = function (resp) {
window.location = "/servers/components/waf/exportDownload?key=" + resp.data.key + "&policyId=" + resp.data.id
}
})