mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-03 12:20:28 +08:00
5 lines
177 B
JavaScript
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
|
|
}
|
|
}) |