Files
waf-platform/EdgeAdmin/web/views/@default/httpdns/apps/index.js
2026-02-27 10:35:22 +08:00

10 lines
196 B
JavaScript

Tea.context(function () {
if (typeof this.apps == "undefined") {
this.apps = [];
}
this.createApp = function () {
window.location = "/httpdns/apps/create";
};
});