Files
waf-platform/EdgeAdmin/web/views/@default/httpdns/apps/index.js
2026-02-24 11:33:44 +08:00

14 lines
299 B
JavaScript

Tea.context(function () {
if (typeof this.apps == "undefined") {
this.apps = [];
}
this.createApp = function () {
teaweb.popup("/httpdns/apps/createPopup", {
height: "26em",
width: "48em",
title: "添加应用"
});
};
});