Files

5 lines
177 B
JavaScript
Raw Permalink 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
}
})