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

5 lines
177 B
JavaScript
Raw Normal View History

2020-12-02 16:09:23 +08:00
Tea.context(function () {
this.success = function (resp) {
window.location = "/servers/components/waf/exportDownload?key=" + resp.data.key + "&policyId=" + resp.data.id
2020-12-02 16:09:23 +08:00
}
})